#449D6E

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

Shades of Ocean Green #449D6E

Tints of Ocean Green #449D6E

Color information

#449D6E (or 0x449D6E) is unknown color: approx Ocean Green. HEX triplet: 44, 9D and 6E. RGB value is (68,157,110). Sum of RGB (Red+Green+Blue) = 68+157+110=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 157 - color contains mainly: green. Hex color #449D6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449D6E is #BB6291. Grayscale: #7D7D7D. Windows color (decimal): -12280466 or 7249220. OLE color: 7249220.

HSL color Cylindrical-coordinate representation of color #449D6E: hue angle of 148.31º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449D6E is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB68157110-
CMYK0.5700.300.38
HSL148.31º39.56%44.12%-
HSV(B)148.31º56.69%61.57%-
XYZ17.2626.4718.95-
YUV125.03119.5187.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.30%
GREEN value IS 157 (61.72% from 255) = 46.87%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=20.30%
G=46.87%
B=32.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681571100.5700.300.38148.3139.5644.12
Hex449D6E3901E2694282c
Octal10423515671036462245054
Binary100010010011101110111011100101111010011010010100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,157,110); }

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

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

 a { background-color: rgb(68,157,110); }

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

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

 span { border-color: rgb(68,157,110); }

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