#449774

Color #449774 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #449774

Tints of Ocean Green #449774

Color information

#449774 (or 0x449774) is unknown color: approx Ocean Green. HEX triplet: 44, 97 and 74. RGB value is (68,151,116). Sum of RGB (Red+Green+Blue) = 68+151+116=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #449774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449774 is #BB688B. Grayscale: #7A7A7A. Windows color (decimal): -12281996 or 7640900. OLE color: 7640900.

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

Color convert

RGB68151116-
CMYK0.5500.230.41
HSL154.7º37.9%42.94%-
HSV(B)154.7º54.97%59.22%-
XYZ16.624.6220.4-
YUV122.19124.589.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.30%
GREEN value IS 151 (59.38% from 255) = 45.07%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=20.30%
G=45.07%
B=34.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681511160.5500.230.41154.737.942.94
Hex44977437017299b262b
Octal10422716467027512334653
Binary100010010010111111010011011101011110100110011011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449774; }

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

 H1.HeaderClassName
 {
   color: #449774;
 }
 .AnyTagClassName
 {
   color: #449774;
 }
</style>
background-color css

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

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

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

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

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

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