Html Css Color HEX #4CB86A Ocean Green

📋 copy color: '#4CB86A'

red 76 ◦ green 184 ◦ blue 106

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

Shades of Ocean Green #4CB86A

Tints of Ocean Green #4CB86A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.27%

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 20.77%
G = 50.27%
B = 28.96%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#4CB86A (or 0x4CB86A) is known color: Ocean Green. HEX triplet: 4C, B8 and 6A. RGB value is (76,184,106). Sum of RGB (Red+Green+Blue) = 76+184+106=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 184 (72.27% from 255 or 50.27% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 184 - color contains mainly: green. Hex color #4CB86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB86A is #B34795. Grayscale: #8F8F8F. Windows color (decimal): -11749270 or 6993996. OLE color: 6993996.

HSL color Cylindrical-coordinate representation of color #4CB86A: hue angle of 136.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB86A is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 76 184 106 -
CMYK 0.59 0 0.42 0.28
HSL 136.67º 0.43% 0.51% -
HSV(B) 136.67º 0.59% 0.72% -
XYZ 22.72 36.86 19.55 -
YUV 142.82 107.22 80.34 -
System Red Green Blue C M Y K H S L
Decimal 76 184 106 0.59 0 0.42 0.28 136.67 0.43 0.51
Hex 4C B8 6A 3B 0 2A 1C 89 2B 33
Octal 114 270 152 73 0 52 34 211 53 63
Binary 1001100 10111000 1101010 111011 0 101010 11100 10001001 101011 110011

Color Harmonies of #4CB86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB86A

Black with #4CB86A

Text Example


Text Example

White with #4CB86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,184,106); }

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

background-color css

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

 a { background-color: rgb(76,184,106); }

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

border-color css

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

 span { border-color: rgb(76,184,106); }

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