#4C9269

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

Shades of Ocean Green #4C9269

Tints of Ocean Green #4C9269

Color information

#4C9269 (or 0x4C9269) is unknown color: approx Ocean Green. HEX triplet: 4C, 92 and 69. RGB value is (76,146,105). Sum of RGB (Red+Green+Blue) = 76+146+105=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #4C9269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9269 is #B36D96. Grayscale: #787878. Windows color (decimal): -11758999 or 6918732. OLE color: 6918732.

HSL color Cylindrical-coordinate representation of color #4C9269: hue angle of 144.86º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C9269 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB76146105-
CMYK0.4800.280.43
HSL144.86º31.53%43.53%-
HSV(B)144.86º47.95%57.25%-
XYZ15.8123.1116.99-
YUV120.4119.3196.33-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.24%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=23.24%
G=44.65%
B=32.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761461050.4800.280.43144.8631.5343.53
Hex4C92693001C2B91202c
Octal11422215160034532214054
Binary100110010010010110100111000001110010101110010001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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