Html Css Color HEX #4E9572 Ocean Green

📋 copy color: '#4E9572'

red 78 ◦ green 149 ◦ blue 114

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

Shades of Ocean Green #4E9572

Tints of Ocean Green #4E9572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.7%

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

R = 22.87%
G = 43.7%
B = 33.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#4E9572 (or 0x4E9572) is known color: Ocean Green. HEX triplet: 4E, 95 and 72. RGB value is (78,149,114). Sum of RGB (Red+Green+Blue) = 78+149+114=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #4E9572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9572 is #B16A8D. Grayscale: #7B7B7B. Windows color (decimal): -11627150 or 7509326. OLE color: 7509326.

HSL color Cylindrical-coordinate representation of color #4E9572: hue angle of 150.42º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E9572 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 149 114 -
CMYK 0.48 0 0.23 0.42
HSL 150.42º 0.31% 0.45% -
HSV(B) 150.42º 0.48% 0.58% -
XYZ 16.93 24.33 19.72 -
YUV 123.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 78 149 114 0.48 0 0.23 0.42 150.42 0.31 0.45
Hex 4E 95 72 30 0 17 2A 96 1F 2D
Octal 116 225 162 60 0 27 52 226 37 55
Binary 1001110 10010101 1110010 110000 0 10111 101010 10010110 11111 101101

Color Harmonies of #4E9572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9572

Black with #4E9572

Text Example


Text Example

White with #4E9572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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