Html Css Color HEX #3B5832 Green House

📋 copy color: '#3B5832'

red 59 ◦ green 88 ◦ blue 50

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

Shades of Green House #3B5832

Tints of Green House #3B5832

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.67%

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

R = 29.95%
G = 44.67%
B = 25.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#3B5832 (or 0x3B5832) is known color: Green House. HEX triplet: 3B, 58 and 32. RGB value is (59,88,50). Sum of RGB (Red+Green+Blue) = 59+88+50=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #3B5832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5832 is #C4A7CD. Grayscale: #4B4B4B. Windows color (decimal): -12888014 or 3299387. OLE color: 3299387.

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

Color convert

RGB 59 88 50 -
CMYK 0.33 0 0.43 0.65
HSL 105.79º 0.28% 0.27% -
HSV(B) 105.79º 0.43% 0.35% -
XYZ 5.87 8.14 4.28 -
YUV 75 113.89 116.59 -
System Red Green Blue C M Y K H S L
Decimal 59 88 50 0.33 0 0.43 0.65 105.79 0.28 0.27
Hex 3B 58 32 21 0 2B 41 6A 1C 1B
Octal 73 130 62 41 0 53 101 152 34 33
Binary 111011 1011000 110010 100001 0 101011 1000001 1101010 11100 11011

Color Harmonies of #3B5832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5832

Black with #3B5832

Text Example


Text Example

White with #3B5832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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