#3B6250

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

Shades of Spectra #3B6250

Tints of Spectra #3B6250

Color information

#3B6250 (or 0x3B6250) is unknown color: approx Spectra. HEX triplet: 3B, 62 and 50. RGB value is (59,98,80). Sum of RGB (Red+Green+Blue) = 59+98+80=237 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.89% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #3B6250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6250 is #C49DAF. Grayscale: #545454. Windows color (decimal): -12885424 or 5268027. OLE color: 5268027.

HSL color Cylindrical-coordinate representation of color #3B6250: hue angle of 152.31º 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 #3B6250 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB599880-
CMYK0.4000.180.62
HSL152.31º24.84%30.78%-
HSV(B)152.31º39.8%38.43%-
XYZ7.6210.249.17-
YUV84.29125.58109.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.89%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=24.89%
G=41.35%
B=33.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5998800.4000.180.62152.3124.8430.78
Hex3B6250280123E98191f
Octal7314212050022762303137
Binary11101111000101010000101000010010111110100110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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