Html Css Color HEX #449F71 Ocean Green

📋 copy color: '#449F71'

red 68 ◦ green 159 ◦ blue 113

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

Shades of Ocean Green #449F71

Tints of Ocean Green #449F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 20%
G = 46.76%
B = 33.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#449F71 (or 0x449F71) is known color: Ocean Green. HEX triplet: 44, 9F and 71. RGB value is (68,159,113). Sum of RGB (Red+Green+Blue) = 68+159+113=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 159 - color contains mainly: green. Hex color #449F71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F71 is #BB608E. Grayscale: #7E7E7E. Windows color (decimal): -12279951 or 7446340. OLE color: 7446340.

HSL color Cylindrical-coordinate representation of color #449F71: hue angle of 149.67º 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 #449F71 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 159 113 -
CMYK 0.57 0 0.29 0.38
HSL 149.67º 0.4% 0.45% -
HSV(B) 149.67º 0.57% 0.62% -
XYZ 17.76 27.22 19.94 -
YUV 126.55 120.35 86.24 -
System Red Green Blue C M Y K H S L
Decimal 68 159 113 0.57 0 0.29 0.38 149.67 0.4 0.45
Hex 44 9F 71 39 0 1D 26 96 28 2D
Octal 104 237 161 71 0 35 46 226 50 55
Binary 1000100 10011111 1110001 111001 0 11101 100110 10010110 101000 101101

Color Harmonies of #449F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449F71

Black with #449F71

Text Example


Text Example

White with #449F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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