Html Css Color HEX #4C936C Ocean Green

📋 copy color: '#4C936C'

red 76 ◦ green 147 ◦ blue 108

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

Shades of Ocean Green #4C936C

Tints of Ocean Green #4C936C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 22.96%
G = 44.41%
B = 32.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#4C936C (or 0x4C936C) is known color: Ocean Green. HEX triplet: 4C, 93 and 6C. RGB value is (76,147,108). Sum of RGB (Red+Green+Blue) = 76+147+108=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #4C936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C936C is #B36C93. Grayscale: #797979. Windows color (decimal): -11758740 or 7115596. OLE color: 7115596.

HSL color Cylindrical-coordinate representation of color #4C936C: hue angle of 147.04º 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 #4C936C is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 76 147 108 -
CMYK 0.48 0 0.27 0.42
HSL 147.04º 0.32% 0.44% -
HSV(B) 147.04º 0.48% 0.58% -
XYZ 16.12 23.49 17.87 -
YUV 121.33 120.48 95.67 -
System Red Green Blue C M Y K H S L
Decimal 76 147 108 0.48 0 0.27 0.42 147.04 0.32 0.44
Hex 4C 93 6C 30 0 1B 2A 93 20 2C
Octal 114 223 154 60 0 33 52 223 40 54
Binary 1001100 10010011 1101100 110000 0 11011 101010 10010011 100000 101100

Color Harmonies of #4C936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C936C

Black with #4C936C

Text Example


Text Example

White with #4C936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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