Html Css Color HEX #4CB679 Ocean Green

📋 copy color: '#4CB679'

red 76 ◦ green 182 ◦ blue 121

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

Shades of Ocean Green #4CB679

Tints of Ocean Green #4CB679

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.02%

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 20.05%
G = 48.02%
B = 31.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#4CB679 (or 0x4CB679) is known color: Ocean Green. HEX triplet: 4C, B6 and 79. RGB value is (76,182,121). Sum of RGB (Red+Green+Blue) = 76+182+121=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB679 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB679 is #B34986. Grayscale: #8F8F8F. Windows color (decimal): -11749767 or 7976524. OLE color: 7976524.

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

Color convert

RGB 76 182 121 -
CMYK 0.58 0 0.34 0.29
HSL 145.47º 0.42% 0.51% -
HSV(B) 145.47º 0.58% 0.71% -
XYZ 23.16 36.37 23.89 -
YUV 143.35 115.38 79.96 -
System Red Green Blue C M Y K H S L
Decimal 76 182 121 0.58 0 0.34 0.29 145.47 0.42 0.51
Hex 4C B6 79 3A 0 22 1D 91 2A 33
Octal 114 266 171 72 0 42 35 221 52 63
Binary 1001100 10110110 1111001 111010 0 100010 11101 10010001 101010 110011

Color Harmonies of #4CB679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB679

Black with #4CB679

Text Example


Text Example

White with #4CB679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,182,121); }

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

background-color css

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

 a { background-color: rgb(76,182,121); }

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

border-color css

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

 span { border-color: rgb(76,182,121); }

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