Html Css Color HEX #4F9572 Ocean Green

📋 copy color: '#4F9572'

red 79 ◦ green 149 ◦ blue 114

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

Shades of Ocean Green #4F9572

Tints of Ocean Green #4F9572

RGB

 RED value IS 79 (31.25% from 255) = 23.1%

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

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

R = 23.1%
G = 43.57%
B = 33.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#4F9572 (or 0x4F9572) is known color: Ocean Green. HEX triplet: 4F, 95 and 72. RGB value is (79,149,114). Sum of RGB (Red+Green+Blue) = 79+149+114=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #4F9572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9572 is #B06A8D. Grayscale: #7C7C7C. Windows color (decimal): -11561614 or 7509327. OLE color: 7509327.

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

Color convert

RGB 79 149 114 -
CMYK 0.47 0 0.23 0.42
HSL 150º 0.31% 0.45% -
HSV(B) 150º 0.47% 0.58% -
XYZ 17.01 24.37 19.73 -
YUV 124.08 122.31 95.85 -
System Red Green Blue C M Y K H S L
Decimal 79 149 114 0.47 0 0.23 0.42 150 0.31 0.45
Hex 4F 95 72 2F 0 17 2A 96 1F 2D
Octal 117 225 162 57 0 27 52 226 37 55
Binary 1001111 10010101 1110010 101111 0 10111 101010 10010110 11111 101101

Color Harmonies of #4F9572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9572

Black with #4F9572

Text Example


Text Example

White with #4F9572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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