#439C74

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

Shades of Ocean Green #439C74

Tints of Ocean Green #439C74

Color information

#439C74 (or 0x439C74) is unknown color: approx Ocean Green. HEX triplet: 43, 9C and 74. RGB value is (67,156,116). Sum of RGB (Red+Green+Blue) = 67+156+116=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #439C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439C74 is #BC638B. Grayscale: #7C7C7C. Windows color (decimal): -12346252 or 7642179. OLE color: 7642179.

HSL color Cylindrical-coordinate representation of color #439C74: hue angle of 153.03º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #439C74 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB67156116-
CMYK0.5700.260.39
HSL153.03º39.91%43.73%-
HSV(B)153.03º57.05%61.18%-
XYZ17.3626.2320.67-
YUV124.83123.0186.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.76%
GREEN value IS 156 (61.33% from 255) = 46.02%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=19.76%
G=46.02%
B=34.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal671561160.5700.260.39153.0339.9143.73
Hex439C743901A2799282c
Octal10323416471032472315054
Binary100001110011100111010011100101101010011110011001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439C74; }

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

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

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

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

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

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

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

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