Html Css Color HEX #449671 Ocean Green

📋 copy color: '#449671'

red 68 ◦ green 150 ◦ blue 113

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

Shades of Ocean Green #449671

Tints of Ocean Green #449671

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.32%

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

R = 20.54%
G = 45.32%
B = 34.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#449671 (or 0x449671) is known color: Ocean Green. HEX triplet: 44, 96 and 71. RGB value is (68,150,113). Sum of RGB (Red+Green+Blue) = 68+150+113=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #449671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449671 is #BB698E. Grayscale: #797979. Windows color (decimal): -12282255 or 7444036. OLE color: 7444036.

HSL color Cylindrical-coordinate representation of color #449671: hue angle of 152.93º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449671 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 150 113 -
CMYK 0.55 0 0.25 0.41
HSL 152.93º 0.38% 0.43% -
HSV(B) 152.93º 0.55% 0.59% -
XYZ 16.27 24.23 19.44 -
YUV 121.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 68 150 113 0.55 0 0.25 0.41 152.93 0.38 0.43
Hex 44 96 71 37 0 19 29 99 26 2B
Octal 104 226 161 67 0 31 51 231 46 53
Binary 1000100 10010110 1110001 110111 0 11001 101001 10011001 100110 101011

Color Harmonies of #449671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449671

Black with #449671

Text Example


Text Example

White with #449671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449671; }

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

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

background-color css

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

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

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

border-color css

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

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

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