Html Css Color HEX #4C9369 Ocean Green

📋 copy color: '#4C9369'

red 76 ◦ green 147 ◦ blue 105

#4C9369
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4C9369

Tints of Ocean Green #4C9369

RGB

 RED value IS 76 (30.08% from 255) = 23.17%

 GREEN value IS 147 (57.81% from 255) = 44.82%

 BLUE value IS 105 (41.41% from 255) = 32.01%

R = 23.17%
G = 44.82%
B = 32.01%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#4C9369 (or 0x4C9369) is known color: Ocean Green. HEX triplet: 4C, 93 and 69. RGB value is (76,147,105). Sum of RGB (Red+Green+Blue) = 76+147+105=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #4C9369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9369 is #B36C96. Grayscale: #797979. Windows color (decimal): -11758743 or 6918988. OLE color: 6918988.

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

Color convert

RGB 76 147 105 -
CMYK 0.48 0 0.29 0.42
HSL 144.51º 0.32% 0.44% -
HSV(B) 144.51º 0.48% 0.58% -
XYZ 15.96 23.42 17.04 -
YUV 120.98 118.98 95.92 -
System Red Green Blue C M Y K H S L
Decimal 76 147 105 0.48 0 0.29 0.42 144.51 0.32 0.44
Hex 4C 93 69 30 0 1D 2A 91 20 2C
Octal 114 223 151 60 0 35 52 221 40 54
Binary 1001100 10010011 1101001 110000 0 11101 101010 10010001 100000 101100

Color Harmonies of #4C9369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9369

Black with #4C9369

Text Example


Text Example

White with #4C9369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C9369;
 }
 .AnyTagClassName
 {
   color: #4C9369;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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