#3B602B

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

Shades of Green House #3B602B

Tints of Green House #3B602B

Color information

#3B602B (or 0x3B602B) is unknown color: approx Green House. HEX triplet: 3B, 60 and 2B. RGB value is (59,96,43). Sum of RGB (Red+Green+Blue) = 59+96+43=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #3B602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B602B is #C49FD4. Grayscale: #4F4F4F. Windows color (decimal): -12885973 or 2842683. OLE color: 2842683.

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

Color convert

RGB599643-
CMYK0.3900.550.62
HSL101.89º38.13%27.25%-
HSV(B)101.89º55.21%37.65%-
XYZ6.429.473.77-
YUV78.9107.74113.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.80%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 43 (17.19% from 255) = 21.72%
R=29.80%
G=48.48%
B=21.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5996430.3900.550.62101.8938.1327.25
Hex3B602B270373E66261b
Octal731405347067761464633
Binary11101111000001010111001110110111111110110011010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,96,43); }

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

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

 a { background-color: rgb(59,96,43); }

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

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

 span { border-color: rgb(59,96,43); }

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