#439870

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

Shades of Ocean Green #439870

Tints of Ocean Green #439870

Color information

#439870 (or 0x439870) is unknown color: approx Ocean Green. HEX triplet: 43, 98 and 70. RGB value is (67,152,112). Sum of RGB (Red+Green+Blue) = 67+152+112=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #439870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439870 is #BC678F. Grayscale: #7A7A7A. Windows color (decimal): -12347280 or 7379011. OLE color: 7379011.

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

Color convert

RGB67152112-
CMYK0.5600.260.40
HSL151.76º38.81%42.94%-
HSV(B)151.76º55.92%59.61%-
XYZ16.4724.8219.25-
YUV122.02122.3488.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.24%
GREEN value IS 152 (59.77% from 255) = 45.92%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=20.24%
G=45.92%
B=33.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal671521120.5600.260.40151.7638.8142.94
Hex4398703801A2898272b
Octal10323016070032502304753
Binary100001110011000111000011100001101010100010011000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439870; }

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

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

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

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

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

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

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

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