Html Css Color HEX #449F72 Ocean Green

📋 copy color: '#449F72'

red 68 ◦ green 159 ◦ blue 114

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

Shades of Ocean Green #449F72

Tints of Ocean Green #449F72

RGB

 RED value IS 68 (26.95% from 255) = 19.94%

 GREEN value IS 159 (62.5% from 255) = 46.63%

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

R = 19.94%
G = 46.63%
B = 33.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#449F72 (or 0x449F72) is known color: Ocean Green. HEX triplet: 44, 9F and 72. RGB value is (68,159,114). Sum of RGB (Red+Green+Blue) = 68+159+114=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #449F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F72 is #BB608D. Grayscale: #7E7E7E. Windows color (decimal): -12279950 or 7511876. OLE color: 7511876.

HSL color Cylindrical-coordinate representation of color #449F72: hue angle of 150.33º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449F72 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 159 114 -
CMYK 0.57 0 0.28 0.38
HSL 150.33º 0.4% 0.45% -
HSV(B) 150.33º 0.57% 0.62% -
XYZ 17.82 27.24 20.24 -
YUV 126.66 120.85 86.16 -
System Red Green Blue C M Y K H S L
Decimal 68 159 114 0.57 0 0.28 0.38 150.33 0.4 0.45
Hex 44 9F 72 39 0 1C 26 96 28 2D
Octal 104 237 162 71 0 34 46 226 50 55
Binary 1000100 10011111 1110010 111001 0 11100 100110 10010110 101000 101101

Color Harmonies of #449F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449F72

Black with #449F72

Text Example


Text Example

White with #449F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449F72; }

 p { color: rgb(68,159,114); }

 H1.HeaderClassName
 {
   color: #449F72;
 }
 .AnyTagClassName
 {
   color: #449F72;
 }
</style>

background-color css

<style>
 a { background-color: #449F72; }

 a { background-color: rgb(68,159,114); }

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

border-color css

<style>
 span { border-color: #449F72; }

 span { border-color: rgb(68,159,114); }

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