#4CA26A

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

Shades of Ocean Green #4CA26A

Tints of Ocean Green #4CA26A

Color information

#4CA26A (or 0x4CA26A) is unknown color: approx Ocean Green. HEX triplet: 4C, A2 and 6A. RGB value is (76,162,106). Sum of RGB (Red+Green+Blue) = 76+162+106=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA26A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA26A is #B35D95. Grayscale: #828282. Windows color (decimal): -11754902 or 6988364. OLE color: 6988364.

HSL color Cylindrical-coordinate representation of color #4CA26A: hue angle of 140.93º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA26A is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB76162106-
CMYK0.5300.350.36
HSL140.93º36.13%46.67%-
HSV(B)140.93º53.09%63.53%-
XYZ18.528.4218.15-
YUV129.9114.5189.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.09%
GREEN value IS 162 (63.67% from 255) = 47.09%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=22.09%
G=47.09%
B=30.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761621060.5300.350.36140.9336.1346.67
Hex4CA26A35023248d242f
Octal11424215265043442154457
Binary1001100101000101101010110101010001110010010001101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,162,106); }

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

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

 a { background-color: rgb(76,162,106); }

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

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

 span { border-color: rgb(76,162,106); }

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