Html Css Color HEX #3B5935 Green House

📋 copy color: '#3B5935'

red 59 ◦ green 89 ◦ blue 53

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

Shades of Green House #3B5935

Tints of Green House #3B5935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.28%

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

R = 29.35%
G = 44.28%
B = 26.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#3B5935 (or 0x3B5935) is known color: Green House. HEX triplet: 3B, 59 and 35. RGB value is (59,89,53). Sum of RGB (Red+Green+Blue) = 59+89+53=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #3B5935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5935 is #C4A6CA. Grayscale: #4C4C4C. Windows color (decimal): -12887755 or 3496251. OLE color: 3496251.

HSL color Cylindrical-coordinate representation of color #3B5935: hue angle of 110º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B5935 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 89 53 -
CMYK 0.34 0 0.40 0.65
HSL 110º 0.25% 0.28% -
HSV(B) 110º 0.4% 0.35% -
XYZ 6.02 8.33 4.66 -
YUV 75.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 59 89 53 0.34 0 0.40 0.65 110 0.25 0.28
Hex 3B 59 35 22 0 28 41 6E 19 1C
Octal 73 131 65 42 0 50 101 156 31 34
Binary 111011 1011001 110101 100010 0 101000 1000001 1101110 11001 11100

Color Harmonies of #3B5935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5935

Black with #3B5935

Text Example


Text Example

White with #3B5935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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