#3B6030

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

Shades of Green House #3B6030

Tints of Green House #3B6030

Color information

#3B6030 (or 0x3B6030) is unknown color: approx Green House. HEX triplet: 3B, 60 and 30. RGB value is (59,96,48). Sum of RGB (Red+Green+Blue) = 59+96+48=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6030 is #C49FCF. Grayscale: #4F4F4F. Windows color (decimal): -12885968 or 3170363. OLE color: 3170363.

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

Color convert

RGB599648-
CMYK0.3900.500.62
HSL106.25º33.33%28.24%-
HSV(B)106.25º50%37.65%-
XYZ6.529.514.29-
YUV79.46110.24113.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.06%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=29.06%
G=47.29%
B=23.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5996480.3900.500.62106.2533.3328.24
Hex3B6030270323E6a211c
Octal731406047062761524134
Binary11101111000001100001001110110010111110110101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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