#4CA366

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

Shades of Ocean Green #4CA366

Tints of Ocean Green #4CA366

Color information

#4CA366 (or 0x4CA366) is unknown color: approx Ocean Green. HEX triplet: 4C, A3 and 66. RGB value is (76,163,102). Sum of RGB (Red+Green+Blue) = 76+163+102=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #4CA366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA366 is #B35C99. Grayscale: #828282. Windows color (decimal): -11754650 or 6726476. OLE color: 6726476.

HSL color Cylindrical-coordinate representation of color #4CA366: hue angle of 137.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 #4CA366 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB76163102-
CMYK0.5300.370.36
HSL137.93º36.4%46.86%-
HSV(B)137.93º53.37%63.92%-
XYZ18.4828.6917.13-
YUV130.03112.1889.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.29%
GREEN value IS 163 (64.06% from 255) = 47.80%
BLUE value IS 102 (40.23% from 255) = 29.91%
R=22.29%
G=47.80%
B=29.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761631020.5300.370.36137.9336.446.86
Hex4CA36635025248a242f
Octal11424314665045442124457
Binary1001100101000111100110110101010010110010010001010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,163,102); }

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

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

 a { background-color: rgb(76,163,102); }

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

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

 span { border-color: rgb(76,163,102); }

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