#449C78

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

Shades of Ocean Green #449C78

Tints of Ocean Green #449C78

Color information

#449C78 (or 0x449C78) is unknown color: approx Ocean Green. HEX triplet: 44, 9C and 78. RGB value is (68,156,120). Sum of RGB (Red+Green+Blue) = 68+156+120=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #449C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C78 is #BB6387. Grayscale: #7D7D7D. Windows color (decimal): -12280712 or 7904324. OLE color: 7904324.

HSL color Cylindrical-coordinate representation of color #449C78: hue angle of 155.45º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449C78 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB68156120-
CMYK0.5600.230.39
HSL155.45º39.29%43.92%-
HSV(B)155.45º56.41%61.18%-
XYZ17.6626.3621.93-
YUV125.58124.8586.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.77%
GREEN value IS 156 (61.33% from 255) = 45.35%
BLUE value IS 120 (47.27% from 255) = 34.88%
R=19.77%
G=45.35%
B=34.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681561200.5600.230.39155.4539.2943.92
Hex449C7838017279b272c
Octal10423417070027472334754
Binary100010010011100111100011100001011110011110011011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449C78; }

 p { color: rgb(68,156,120); }

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

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

 a { background-color: rgb(68,156,120); }

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

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

 span { border-color: rgb(68,156,120); }

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