#439970

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

Shades of Ocean Green #439970

Tints of Ocean Green #439970

Color information

#439970 (or 0x439970) is unknown color: approx Ocean Green. HEX triplet: 43, 99 and 70. RGB value is (67,153,112). Sum of RGB (Red+Green+Blue) = 67+153+112=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #439970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439970 is #BC668F. Grayscale: #7A7A7A. Windows color (decimal): -12347024 or 7379267. OLE color: 7379267.

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

Color convert

RGB67153112-
CMYK0.5600.270.4
HSL151.4º39.09%43.14%-
HSV(B)151.4º56.21%60%-
XYZ16.6325.1519.31-
YUV122.61122.0188.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.18%
GREEN value IS 153 (60.16% from 255) = 46.08%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=20.18%
G=46.08%
B=33.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal671531120.5600.270.4151.439.0943.14
Hex4399703801B2897272b
Octal10323116070033502274753
Binary100001110011001111000011100001101110100010010111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439970; }

 p { color: rgb(67,153,112); }

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

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

 a { background-color: rgb(67,153,112); }

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

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

 span { border-color: rgb(67,153,112); }

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