Html Css Color HEX #3B5C35 Green House

📋 copy color: '#3B5C35'

red 59 ◦ green 92 ◦ blue 53

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

Shades of Green House #3B5C35

Tints of Green House #3B5C35

RGB

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

 GREEN value IS 92 (36.33% from 255) = 45.1%

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

R = 28.92%
G = 45.1%
B = 25.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#3B5C35 (or 0x3B5C35) is known color: Green House. HEX triplet: 3B, 5C and 35. RGB value is (59,92,53). Sum of RGB (Red+Green+Blue) = 59+92+53=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #3B5C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5C35 is #C4A3CA. Grayscale: #4D4D4D. Windows color (decimal): -12886987 or 3497019. OLE color: 3497019.

HSL color Cylindrical-coordinate representation of color #3B5C35: hue angle of 110.77º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B5C35 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB 59 92 53 -
CMYK 0.36 0 0.42 0.64
HSL 110.77º 0.27% 0.28% -
HSV(B) 110.77º 0.42% 0.36% -
XYZ 6.27 8.84 4.74 -
YUV 77.69 114.07 114.67 -
System Red Green Blue C M Y K H S L
Decimal 59 92 53 0.36 0 0.42 0.64 110.77 0.27 0.28
Hex 3B 5C 35 24 0 2A 40 6F 1B 1C
Octal 73 134 65 44 0 52 100 157 33 34
Binary 111011 1011100 110101 100100 0 101010 1000000 1101111 11011 11100

Color Harmonies of #3B5C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5C35

Black with #3B5C35

Text Example


Text Example

White with #3B5C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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