#3B5D30

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

Shades of Green House #3B5D30

Tints of Green House #3B5D30

Color information

#3B5D30 (or 0x3B5D30) is unknown color: approx Green House. HEX triplet: 3B, 5D and 30. RGB value is (59,93,48). Sum of RGB (Red+Green+Blue) = 59+93+48=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 93 - color contains mainly: green. Hex color #3B5D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5D30 is #C4A2CF. Grayscale: #4D4D4D. Windows color (decimal): -12886736 or 3169595. OLE color: 3169595.

HSL color Cylindrical-coordinate representation of color #3B5D30: hue angle of 105.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B5D30 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB599348-
CMYK0.3700.480.64
HSL105.33º31.91%27.65%-
HSV(B)105.33º48.39%36.47%-
XYZ6.258.974.2-
YUV77.7111.24114.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.5%
GREEN value IS 93 (36.72% from 255) = 46.5%
BLUE value IS 48 (19.14% from 255) = 24%
R=29.5%
G=46.5%
B=24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5993480.3700.480.64105.3331.9127.65
Hex3B5D30250304069201c
Octal7313560450601001514034
Binary111011101110111000010010101100001000000110100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,93,48); }

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

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

 a { background-color: rgb(59,93,48); }

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

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

 span { border-color: rgb(59,93,48); }

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