Html Css Color HEX #3B5A32 Green House

📋 copy color: '#3B5A32'

red 59 ◦ green 90 ◦ blue 50

#3B5A32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #3B5A32

Tints of Green House #3B5A32

RGB

 RED value IS 59 (23.44% from 255) = 29.65%

 GREEN value IS 90 (35.55% from 255) = 45.23%

 BLUE value IS 50 (19.92% from 255) = 25.13%

R = 29.65%
G = 45.23%
B = 25.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#3B5A32 (or 0x3B5A32) is known color: Green House. HEX triplet: 3B, 5A and 32. RGB value is (59,90,50). Sum of RGB (Red+Green+Blue) = 59+90+50=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #3B5A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5A32 is #C4A5CD. Grayscale: #4C4C4C. Windows color (decimal): -12887502 or 3299899. OLE color: 3299899.

HSL color Cylindrical-coordinate representation of color #3B5A32: hue angle of 106.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B5A32 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 90 50 -
CMYK 0.34 0 0.44 0.65
HSL 106.5º 0.29% 0.27% -
HSV(B) 106.5º 0.44% 0.35% -
XYZ 6.04 8.47 4.33 -
YUV 76.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 59 90 50 0.34 0 0.44 0.65 106.5 0.29 0.27
Hex 3B 5A 32 22 0 2C 41 6A 1D 1B
Octal 73 132 62 42 0 54 101 152 35 33
Binary 111011 1011010 110010 100010 0 101100 1000001 1101010 11101 11011

Color Harmonies of #3B5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5A32

Black with #3B5A32

Text Example


Text Example

White with #3B5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,90,50); }

 H1.HeaderClassName
 {
   color: #3B5A32;
 }
 .AnyTagClassName
 {
   color: #3B5A32;
 }
</style>

background-color css

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

 a { background-color: rgb(59,90,50); }

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

border-color css

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

 span { border-color: rgb(59,90,50); }

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