#449975

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

Shades of Ocean Green #449975

Tints of Ocean Green #449975

Color information

#449975 (or 0x449975) is unknown color: approx Ocean Green. HEX triplet: 44, 99 and 75. RGB value is (68,153,117). Sum of RGB (Red+Green+Blue) = 68+153+117=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #449975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449975 is #BB668A. Grayscale: #7B7B7B. Windows color (decimal): -12281483 or 7706948. OLE color: 7706948.

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

Color convert

RGB68153117-
CMYK0.5600.240.4
HSL154.59º38.46%43.33%-
HSV(B)154.59º55.56%60%-
XYZ16.9925.320.82-
YUV123.48124.3488.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.12%
GREEN value IS 153 (60.16% from 255) = 45.27%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=20.12%
G=45.27%
B=34.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal681531170.5600.240.4154.5938.4643.33
Hex44997538018289b262b
Octal10423116570030502334653
Binary100010010011001111010111100001100010100010011011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449975; }

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

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

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

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

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

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

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

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