#3B6326

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

Shades of Green House #3B6326

Tints of Green House #3B6326

Color information

#3B6326 (or 0x3B6326) is unknown color: approx Green House. HEX triplet: 3B, 63 and 26. RGB value is (59,99,38). Sum of RGB (Red+Green+Blue) = 59+99+38=196 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.10% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #3B6326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6326 is #C49CD9. Grayscale: #505050. Windows color (decimal): -12885210 or 2515771. OLE color: 2515771.

HSL color Cylindrical-coordinate representation of color #3B6326: hue angle of 99.34º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B6326 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB599938-
CMYK0.4000.620.61
HSL99.34º44.53%26.86%-
HSV(B)99.34º61.62%38.82%-
XYZ6.629.993.41-
YUV80.09104.25112.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.10%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 38 (15.23% from 255) = 19.39%
R=30.10%
G=50.51%
B=19.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5999380.4000.620.6199.3444.5326.86
Hex3B63262803E3D632d1b
Octal731434650076751435533
Binary11101111000111001101010000111110111101110001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,99,38); }

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

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

 a { background-color: rgb(59,99,38); }

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

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

 span { border-color: rgb(59,99,38); }

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