#3B6251

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

Shades of Spectra #3B6251

Tints of Spectra #3B6251

Color information

#3B6251 (or 0x3B6251) is unknown color: approx Spectra. HEX triplet: 3B, 62 and 51. RGB value is (59,98,81). Sum of RGB (Red+Green+Blue) = 59+98+81=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #3B6251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6251 is #C49DAE. Grayscale: #545454. Windows color (decimal): -12885423 or 5333563. OLE color: 5333563.

HSL color Cylindrical-coordinate representation of color #3B6251: hue angle of 153.85º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B6251 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB599881-
CMYK0.4000.170.62
HSL153.85º24.84%30.78%-
HSV(B)153.85º39.8%38.43%-
XYZ7.6610.269.36-
YUV84.4126.08109.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.79%
GREEN value IS 98 (38.67% from 255) = 41.18%
BLUE value IS 81 (32.03% from 255) = 34.03%
R=24.79%
G=41.18%
B=34.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5998810.4000.170.62153.8524.8430.78
Hex3B6251280113E9a191f
Octal7314212150021762323137
Binary11101111000101010001101000010001111110100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B6251; }

 p { color: rgb(59,98,81); }

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

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

 a { background-color: rgb(59,98,81); }

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

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

 span { border-color: rgb(59,98,81); }

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