Html Css Color HEX #4CB37D Ocean Green

📋 copy color: '#4CB37D'

red 76 ◦ green 179 ◦ blue 125

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

Shades of Ocean Green #4CB37D

Tints of Ocean Green #4CB37D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.11%

 BLUE value IS 125 (49.22% from 255) = 32.89%

R = 20%
G = 47.11%
B = 32.89%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#4CB37D (or 0x4CB37D) is known color: Ocean Green. HEX triplet: 4C, B3 and 7D. RGB value is (76,179,125). Sum of RGB (Red+Green+Blue) = 76+179+125=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB37D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB37D is #B34C82. Grayscale: #8E8E8E. Windows color (decimal): -11750531 or 8237900. OLE color: 8237900.

HSL color Cylindrical-coordinate representation of color #4CB37D: hue angle of 148.54º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB37D is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 76 179 125 -
CMYK 0.58 0 0.30 0.30
HSL 148.54º 0.4% 0.5% -
HSV(B) 148.54º 0.58% 0.7% -
XYZ 22.8 35.26 25.01 -
YUV 142.05 118.38 80.89 -
System Red Green Blue C M Y K H S L
Decimal 76 179 125 0.58 0 0.30 0.30 148.54 0.4 0.5
Hex 4C B3 7D 3A 0 1E 1E 95 28 32
Octal 114 263 175 72 0 36 36 225 50 62
Binary 1001100 10110011 1111101 111010 0 11110 11110 10010101 101000 110010

Color Harmonies of #4CB37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB37D

Black with #4CB37D

Text Example


Text Example

White with #4CB37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,179,125); }

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

background-color css

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

 a { background-color: rgb(76,179,125); }

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

border-color css

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

 span { border-color: rgb(76,179,125); }

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