Html Css Color HEX #449971 Ocean Green

📋 copy color: '#449971'

red 68 ◦ green 153 ◦ blue 113

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

Shades of Ocean Green #449971

Tints of Ocean Green #449971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.81%

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

R = 20.36%
G = 45.81%
B = 33.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#449971 (or 0x449971) is known color: Ocean Green. HEX triplet: 44, 99 and 71. RGB value is (68,153,113). Sum of RGB (Red+Green+Blue) = 68+153+113=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #449971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449971 is #BB668E. Grayscale: #7B7B7B. Windows color (decimal): -12281487 or 7444804. OLE color: 7444804.

HSL color Cylindrical-coordinate representation of color #449971: hue angle of 151.76º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449971 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 153 113 -
CMYK 0.56 0 0.26 0.4
HSL 151.76º 0.38% 0.43% -
HSV(B) 151.76º 0.56% 0.6% -
XYZ 16.76 25.2 19.6 -
YUV 123.03 122.34 88.75 -
System Red Green Blue C M Y K H S L
Decimal 68 153 113 0.56 0 0.26 0.4 151.76 0.38 0.43
Hex 44 99 71 38 0 1A 28 98 26 2B
Octal 104 231 161 70 0 32 50 230 46 53
Binary 1000100 10011001 1110001 111000 0 11010 101000 10011000 100110 101011

Color Harmonies of #449971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449971

Black with #449971

Text Example


Text Example

White with #449971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449971; }

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

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

background-color css

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

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

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

border-color css

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

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

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