#39614F

Color #39614F Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #39614F

Tints of Spectra #39614F

Color information

#39614F (or 0x39614F) is unknown color: approx Spectra. HEX triplet: 39, 61 and 4F. RGB value is (57,97,79). Sum of RGB (Red+Green+Blue) = 57+97+79=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #39614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39614F is #C69EB0. Grayscale: #535353. Windows color (decimal): -13016753 or 5202233. OLE color: 5202233.

HSL color Cylindrical-coordinate representation of color #39614F: hue angle of 153º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #39614F is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB579779-
CMYK0.4100.190.62
HSL153º25.97%30.2%-
HSV(B)153º41.24%38.04%-
XYZ7.379.988.94-
YUV82.99125.75109.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=24.46%
G=41.63%
B=33.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797790.4100.190.6215325.9730.2
Hex39614F290133E991a1e
Octal7114111751023762313236
Binary11100111000011001111101001010011111110100110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39614F; }

 p { color: rgb(57,97,79); }

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

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

 a { background-color: rgb(57,97,79); }

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

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

 span { border-color: rgb(57,97,79); }

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