Html Css Color HEX #4E9B72 Ocean Green

📋 copy color: '#4E9B72'

red 78 ◦ green 155 ◦ blue 114

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

Shades of Ocean Green #4E9B72

Tints of Ocean Green #4E9B72

RGB

 RED value IS 78 (30.86% from 255) = 22.48%

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

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 22.48%
G = 44.67%
B = 32.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#4E9B72 (or 0x4E9B72) is known color: Ocean Green. HEX triplet: 4E, 9B and 72. RGB value is (78,155,114). Sum of RGB (Red+Green+Blue) = 78+155+114=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 155 - color contains mainly: green. Hex color #4E9B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9B72 is #B1648D. Grayscale: #7F7F7F. Windows color (decimal): -11625614 or 7510862. OLE color: 7510862.

HSL color Cylindrical-coordinate representation of color #4E9B72: hue angle of 148.05º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9B72 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 155 114 -
CMYK 0.50 0 0.26 0.39
HSL 148.05º 0.33% 0.46% -
HSV(B) 148.05º 0.5% 0.61% -
XYZ 17.9 26.28 20.05 -
YUV 127.3 120.49 92.83 -
System Red Green Blue C M Y K H S L
Decimal 78 155 114 0.50 0 0.26 0.39 148.05 0.33 0.46
Hex 4E 9B 72 32 0 1A 27 94 21 2E
Octal 116 233 162 62 0 32 47 224 41 56
Binary 1001110 10011011 1110010 110010 0 11010 100111 10010100 100001 101110

Color Harmonies of #4E9B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9B72

Black with #4E9B72

Text Example


Text Example

White with #4E9B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,155,114); }

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

background-color css

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

 a { background-color: rgb(78,155,114); }

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

border-color css

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

 span { border-color: rgb(78,155,114); }

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