Html Css Color HEX #449670 Ocean Green

📋 copy color: '#449670'

red 68 ◦ green 150 ◦ blue 112

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

Shades of Ocean Green #449670

Tints of Ocean Green #449670

RGB

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

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

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

R = 20.61%
G = 45.45%
B = 33.94%

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

#449670 (or 0x449670) is known color: Ocean Green. HEX triplet: 44, 96 and 70. RGB value is (68,150,112). Sum of RGB (Red+Green+Blue) = 68+150+112=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #449670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449670 is #BB698F. Grayscale: #797979. Windows color (decimal): -12282256 or 7378500. OLE color: 7378500.

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

Color convert

RGB 68 150 112 -
CMYK 0.55 0 0.25 0.41
HSL 152.2º 0.38% 0.43% -
HSV(B) 152.2º 0.55% 0.59% -
XYZ 16.21 24.21 19.15 -
YUV 121.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 68 150 112 0.55 0 0.25 0.41 152.2 0.38 0.43
Hex 44 96 70 37 0 19 29 98 26 2B
Octal 104 226 160 67 0 31 51 230 46 53
Binary 1000100 10010110 1110000 110111 0 11001 101001 10011000 100110 101011

Color Harmonies of #449670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449670

Black with #449670

Text Example


Text Example

White with #449670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449670; }

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

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

background-color css

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

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

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

border-color css

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

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

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