#439973

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

Shades of Ocean Green #439973

Tints of Ocean Green #439973

Color information

#439973 (or 0x439973) is unknown color: approx Ocean Green. HEX triplet: 43, 99 and 73. RGB value is (67,153,115). Sum of RGB (Red+Green+Blue) = 67+153+115=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #439973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439973 is #BC668C. Grayscale: #7B7B7B. Windows color (decimal): -12347021 or 7575875. OLE color: 7575875.

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

Color convert

RGB67153115-
CMYK0.5600.250.4
HSL153.49º39.09%43.14%-
HSV(B)153.49º56.21%60%-
XYZ16.825.2120.2-
YUV122.95123.5188.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20%
GREEN value IS 153 (60.16% from 255) = 45.67%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=20%
G=45.67%
B=34.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal671531150.5600.250.4153.4939.0943.14
Hex439973380192899272b
Octal10323116370031502314753
Binary100001110011001111001111100001100110100010011001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439973; }

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

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

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

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

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

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

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

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