#4C9869

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

Shades of Ocean Green #4C9869

Tints of Ocean Green #4C9869

Color information

#4C9869 (or 0x4C9869) is unknown color: approx Ocean Green. HEX triplet: 4C, 98 and 69. RGB value is (76,152,105). Sum of RGB (Red+Green+Blue) = 76+152+105=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #4C9869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9869 is #B36796. Grayscale: #7C7C7C. Windows color (decimal): -11757463 or 6920268. OLE color: 6920268.

HSL color Cylindrical-coordinate representation of color #4C9869: hue angle of 142.89º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C9869 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB76152105-
CMYK0.5000.310.40
HSL142.89º33.33%44.71%-
HSV(B)142.89º50%59.61%-
XYZ16.7625.0117.31-
YUV123.92117.3293.82-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.82%
GREEN value IS 152 (59.77% from 255) = 45.65%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=22.82%
G=45.65%
B=31.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal761521050.5000.310.40142.8933.3344.71
Hex4C98693201F288f212d
Octal11423015162037502174155
Binary100110010011000110100111001001111110100010001111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,152,105); }

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

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

 a { background-color: rgb(76,152,105); }

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

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

 span { border-color: rgb(76,152,105); }

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