#439875

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

Shades of Ocean Green #439875

Tints of Ocean Green #439875

Color information

#439875 (or 0x439875) is unknown color: approx Ocean Green. HEX triplet: 43, 98 and 75. RGB value is (67,152,117). Sum of RGB (Red+Green+Blue) = 67+152+117=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #439875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439875 is #BC678A. Grayscale: #7A7A7A. Windows color (decimal): -12347275 or 7706691. OLE color: 7706691.

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

Color convert

RGB67152117-
CMYK0.5600.230.40
HSL155.29º38.81%42.94%-
HSV(B)155.29º55.92%59.61%-
XYZ16.7524.9320.76-
YUV122.6124.8488.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.94%
GREEN value IS 152 (59.77% from 255) = 45.24%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=19.94%
G=45.24%
B=34.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal671521170.5600.230.40155.2938.8142.94
Hex43987538017289b272b
Octal10323016570027502334753
Binary100001110011000111010111100001011110100010011011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439875; }

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

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

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

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

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

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

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

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