Html Css Color HEX #4C9B74 Ocean Green

📋 copy color: '#4C9B74'

red 76 ◦ green 155 ◦ blue 116

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

Shades of Ocean Green #4C9B74

Tints of Ocean Green #4C9B74

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.67%

 BLUE value IS 116 (45.7% from 255) = 33.43%

R = 21.9%
G = 44.67%
B = 33.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#4C9B74 (or 0x4C9B74) is known color: Ocean Green. HEX triplet: 4C, 9B and 74. RGB value is (76,155,116). Sum of RGB (Red+Green+Blue) = 76+155+116=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 155 - color contains mainly: green. Hex color #4C9B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9B74 is #B3648B. Grayscale: #7F7F7F. Windows color (decimal): -11756684 or 7641932. OLE color: 7641932.

HSL color Cylindrical-coordinate representation of color #4C9B74: hue angle of 150.38º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C9B74 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 155 116 -
CMYK 0.51 0 0.25 0.39
HSL 150.38º 0.34% 0.45% -
HSV(B) 150.38º 0.51% 0.61% -
XYZ 17.85 26.24 20.65 -
YUV 126.93 121.83 91.67 -
System Red Green Blue C M Y K H S L
Decimal 76 155 116 0.51 0 0.25 0.39 150.38 0.34 0.45
Hex 4C 9B 74 33 0 19 27 96 22 2D
Octal 114 233 164 63 0 31 47 226 42 55
Binary 1001100 10011011 1110100 110011 0 11001 100111 10010110 100010 101101

Color Harmonies of #4C9B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9B74

Black with #4C9B74

Text Example


Text Example

White with #4C9B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,155,116); }

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

background-color css

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

 a { background-color: rgb(76,155,116); }

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

border-color css

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

 span { border-color: rgb(76,155,116); }

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