#449973

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

Shades of Ocean Green #449973

Tints of Ocean Green #449973

Color information

#449973 (or 0x449973) is unknown color: approx Ocean Green. HEX triplet: 44, 99 and 73. RGB value is (68,153,115). Sum of RGB (Red+Green+Blue) = 68+153+115=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #449973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449973 is #BB668C. Grayscale: #7B7B7B. Windows color (decimal): -12281485 or 7575876. OLE color: 7575876.

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

Color convert

RGB68153115-
CMYK0.5600.250.4
HSL153.18º38.46%43.33%-
HSV(B)153.18º55.56%60%-
XYZ16.8725.2520.2-
YUV123.25123.3488.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.24%
GREEN value IS 153 (60.16% from 255) = 45.54%
BLUE value IS 115 (45.31% from 255) = 34.23%
R=20.24%
G=45.54%
B=34.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal681531150.5600.250.4153.1838.4643.33
Hex449973380192899262b
Octal10423116370031502314653
Binary100010010011001111001111100001100110100010011001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449973; }

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

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

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

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

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

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

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

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