#3B6C2A

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

Shades of Green House #3B6C2A

Tints of Green House #3B6C2A

Color information

#3B6C2A (or 0x3B6C2A) is unknown color: approx Green House. HEX triplet: 3B, 6C and 2A. RGB value is (59,108,42). Sum of RGB (Red+Green+Blue) = 59+108+42=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 108 (42.58% from 255 or 51.67% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 108 - color contains mainly: green. Hex color #3B6C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6C2A is #C493D5. Grayscale: #565656. Windows color (decimal): -12882902 or 2780219. OLE color: 2780219.

HSL color Cylindrical-coordinate representation of color #3B6C2A: hue angle of 104.55º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B6C2A is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB5910842-
CMYK0.4500.610.58
HSL104.55º44%29.41%-
HSV(B)104.55º61.11%42.35%-
XYZ7.5811.824.07-
YUV85.82103.27108.87-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.23%
GREEN value IS 108 (42.58% from 255) = 51.67%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=28.23%
G=51.67%
B=20.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59108420.4500.610.58104.554429.41
Hex3B6C2A2D03D3A692c1d
Octal731545255075721515435
Binary11101111011001010101011010111101111010110100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,108,42); }

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

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

 a { background-color: rgb(59,108,42); }

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

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

 span { border-color: rgb(59,108,42); }

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