Html Css Color HEX #3B5E35 Green House

📋 copy color: '#3B5E35'

red 59 ◦ green 94 ◦ blue 53

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

Shades of Green House #3B5E35

Tints of Green House #3B5E35

RGB

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

 GREEN value IS 94 (37.11% from 255) = 45.63%

 BLUE value IS 53 (21.09% from 255) = 25.73%

R = 28.64%
G = 45.63%
B = 25.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.63

RGB Variations

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

Color information

#3B5E35 (or 0x3B5E35) is known color: Green House. HEX triplet: 3B, 5E and 35. RGB value is (59,94,53). Sum of RGB (Red+Green+Blue) = 59+94+53=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 94 - color contains mainly: green. Hex color #3B5E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5E35 is #C4A1CA. Grayscale: #4E4E4E. Windows color (decimal): -12886475 or 3497531. OLE color: 3497531.

HSL color Cylindrical-coordinate representation of color #3B5E35: hue angle of 111.22º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B5E35 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB 59 94 53 -
CMYK 0.37 0 0.44 0.63
HSL 111.22º 0.28% 0.29% -
HSV(B) 111.22º 0.44% 0.37% -
XYZ 6.45 9.19 4.8 -
YUV 78.86 113.4 113.83 -
System Red Green Blue C M Y K H S L
Decimal 59 94 53 0.37 0 0.44 0.63 111.22 0.28 0.29
Hex 3B 5E 35 25 0 2C 3F 6F 1C 1D
Octal 73 136 65 45 0 54 77 157 34 35
Binary 111011 1011110 110101 100101 0 101100 111111 1101111 11100 11101

Color Harmonies of #3B5E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5E35

Black with #3B5E35

Text Example


Text Example

White with #3B5E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,94,53); }

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

background-color css

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

 a { background-color: rgb(59,94,53); }

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

border-color css

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

 span { border-color: rgb(59,94,53); }

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