#39634F

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

Shades of Spectra #39634F

Tints of Spectra #39634F

Color information

#39634F (or 0x39634F) is unknown color: approx Spectra. HEX triplet: 39, 63 and 4F. RGB value is (57,99,79). Sum of RGB (Red+Green+Blue) = 57+99+79=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #39634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39634F is #C69CB0. Grayscale: #545454. Windows color (decimal): -13016241 or 5202745. OLE color: 5202745.

HSL color Cylindrical-coordinate representation of color #39634F: hue angle of 151.43º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #39634F is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB579979-
CMYK0.4200.200.61
HSL151.43º26.92%30.59%-
HSV(B)151.43º42.42%38.82%-
XYZ7.5610.369-
YUV84.16125.09108.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=24.26%
G=42.13%
B=33.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799790.4200.200.61151.4326.9230.59
Hex39634F2A0143D971b1f
Octal7114311752024752273337
Binary11100111000111001111101010010100111101100101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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