Html Css Color HEX #3B6132 Green House

📋 copy color: '#3B6132'

red 59 ◦ green 97 ◦ blue 50

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

Shades of Green House #3B6132

Tints of Green House #3B6132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.09%

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

R = 28.64%
G = 47.09%
B = 24.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#3B6132 (or 0x3B6132) is known color: Green House. HEX triplet: 3B, 61 and 32. RGB value is (59,97,50). Sum of RGB (Red+Green+Blue) = 59+97+50=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #3B6132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6132 is #C49ECD. Grayscale: #505050. Windows color (decimal): -12885710 or 3301691. OLE color: 3301691.

HSL color Cylindrical-coordinate representation of color #3B6132: hue angle of 108.51º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B6132 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 97 50 -
CMYK 0.39 0 0.48 0.62
HSL 108.51º 0.32% 0.29% -
HSV(B) 108.51º 0.48% 0.38% -
XYZ 6.65 9.71 4.54 -
YUV 80.28 110.91 112.82 -
System Red Green Blue C M Y K H S L
Decimal 59 97 50 0.39 0 0.48 0.62 108.51 0.32 0.29
Hex 3B 61 32 27 0 30 3E 6D 20 1D
Octal 73 141 62 47 0 60 76 155 40 35
Binary 111011 1100001 110010 100111 0 110000 111110 1101101 100000 11101

Color Harmonies of #3B6132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6132

Black with #3B6132

Text Example


Text Example

White with #3B6132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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