#3B702C

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

Shades of Green House #3B702C

Tints of Green House #3B702C

Color information

#3B702C (or 0x3B702C) is unknown color: approx Green House. HEX triplet: 3B, 70 and 2C. RGB value is (59,112,44). Sum of RGB (Red+Green+Blue) = 59+112+44=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #3B702C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B702C is #C48FD3. Grayscale: #585858. Windows color (decimal): -12881876 or 2912315. OLE color: 2912315.

HSL color Cylindrical-coordinate representation of color #3B702C: hue angle of 106.76º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B702C is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB5911244-
CMYK0.4700.610.56
HSL106.76º43.59%30.59%-
HSV(B)106.76º60.71%43.92%-
XYZ8.0512.74.41-
YUV88.4102.94107.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.44%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=27.44%
G=52.09%
B=20.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59112440.4700.610.56106.7643.5930.59
Hex3B702C2F03D386b2c1f
Octal731605457075701535437
Binary11101111100001011001011110111101111000110101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,112,44); }

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

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

 a { background-color: rgb(59,112,44); }

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

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

 span { border-color: rgb(59,112,44); }

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