Html Css Color HEX #449770 Ocean Green

📋 copy color: '#449770'

red 68 ◦ green 151 ◦ blue 112

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

Shades of Ocean Green #449770

Tints of Ocean Green #449770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.62%

 BLUE value IS 112 (44.14% from 255) = 33.84%

R = 20.54%
G = 45.62%
B = 33.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#449770 (or 0x449770) is known color: Ocean Green. HEX triplet: 44, 97 and 70. RGB value is (68,151,112). Sum of RGB (Red+Green+Blue) = 68+151+112=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #449770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449770 is #BB688F. Grayscale: #797979. Windows color (decimal): -12282000 or 7378756. OLE color: 7378756.

HSL color Cylindrical-coordinate representation of color #449770: hue angle of 151.81º 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 #449770 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 151 112 -
CMYK 0.55 0 0.26 0.41
HSL 151.81º 0.38% 0.43% -
HSV(B) 151.81º 0.55% 0.59% -
XYZ 16.38 24.53 19.2 -
YUV 121.74 122.5 89.67 -
System Red Green Blue C M Y K H S L
Decimal 68 151 112 0.55 0 0.26 0.41 151.81 0.38 0.43
Hex 44 97 70 37 0 1A 29 98 26 2B
Octal 104 227 160 67 0 32 51 230 46 53
Binary 1000100 10010111 1110000 110111 0 11010 101001 10011000 100110 101011

Color Harmonies of #449770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449770

Black with #449770

Text Example


Text Example

White with #449770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449770; }

 p { color: rgb(68,151,112); }

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

background-color css

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

 a { background-color: rgb(68,151,112); }

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

border-color css

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

 span { border-color: rgb(68,151,112); }

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