#4AB468

Color #4AB468 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4AB468

Tints of Ocean Green #4AB468

Color information

#4AB468 (or 0x4AB468) is unknown color: approx Ocean Green. HEX triplet: 4A, B4 and 68. RGB value is (74,180,104). Sum of RGB (Red+Green+Blue) = 74+180+104=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB468 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB468 is #B54B97. Grayscale: #8B8B8B. Windows color (decimal): -11881368 or 6861898. OLE color: 6861898.

HSL color Cylindrical-coordinate representation of color #4AB468: hue angle of 136.98º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB468 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB74180104-
CMYK0.5900.420.29
HSL136.98º41.73%49.8%-
HSV(B)136.98º58.89%70.59%-
XYZ21.6435.118.73-
YUV139.64107.8881.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 20.67%
GREEN value IS 180 (70.70% from 255) = 50.28%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=20.67%
G=50.28%
B=29.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741801040.5900.420.29136.9841.7349.8
Hex4AB4683B02A1D892a32
Octal11226415073052352115262
Binary100101010110100110100011101101010101110110001001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AB468; }

 p { color: rgb(74,180,104); }

 H1.HeaderClassName
 {
   color: #4AB468;
 }
 .AnyTagClassName
 {
   color: #4AB468;
 }
</style>
background-color css

<style>
 a { background-color: #4AB468; }

 a { background-color: rgb(74,180,104); }

 div.DivClassName
 {
   background-color: #4AB468;
 }
 .BgClassName
 {
   background-color: #4AB468;
 }
</style>
border-color css

<style>
 span { border-color: #4AB468; }

 span { border-color: rgb(74,180,104); }

 td.TdClassName
 {
   border-color: #4AB468;
 }
 .TagClassName
 {
   border-color: #4AB468;
 }
</style>