#439874

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

Shades of Ocean Green #439874

Tints of Ocean Green #439874

Color information

#439874 (or 0x439874) is unknown color: approx Ocean Green. HEX triplet: 43, 98 and 74. RGB value is (67,152,116). Sum of RGB (Red+Green+Blue) = 67+152+116=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #439874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439874 is #BC678B. Grayscale: #7A7A7A. Windows color (decimal): -12347276 or 7641155. OLE color: 7641155.

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

Color convert

RGB67152116-
CMYK0.5600.240.40
HSL154.59º38.81%42.94%-
HSV(B)154.59º55.92%59.61%-
XYZ16.724.9120.45-
YUV122.48124.3488.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20%
GREEN value IS 152 (59.77% from 255) = 45.37%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=20%
G=45.37%
B=34.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal671521160.5600.240.40154.5938.8142.94
Hex43987438018289b272b
Octal10323016470030502334753
Binary100001110011000111010011100001100010100010011011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439874; }

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

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

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

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

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

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

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

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