Html Css Color HEX #4C9169 Ocean Green

📋 copy color: '#4C9169'

red 76 ◦ green 145 ◦ blue 105

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

Shades of Ocean Green #4C9169

Tints of Ocean Green #4C9169

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.48%

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

R = 23.31%
G = 44.48%
B = 32.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#4C9169 (or 0x4C9169) is known color: Ocean Green. HEX triplet: 4C, 91 and 69. RGB value is (76,145,105). Sum of RGB (Red+Green+Blue) = 76+145+105=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #4C9169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9169 is #B36E96. Grayscale: #777777. Windows color (decimal): -11759255 or 6918476. OLE color: 6918476.

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

Color convert

RGB 76 145 105 -
CMYK 0.48 0 0.28 0.43
HSL 145.22º 0.31% 0.43% -
HSV(B) 145.22º 0.48% 0.57% -
XYZ 15.66 22.81 16.94 -
YUV 119.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 76 145 105 0.48 0 0.28 0.43 145.22 0.31 0.43
Hex 4C 91 69 30 0 1C 2B 91 1F 2B
Octal 114 221 151 60 0 34 53 221 37 53
Binary 1001100 10010001 1101001 110000 0 11100 101011 10010001 11111 101011

Color Harmonies of #4C9169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9169

Black with #4C9169

Text Example


Text Example

White with #4C9169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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