Html Css Color HEX #3D5B35 Green House

📋 copy color: '#3D5B35'

red 61 ◦ green 91 ◦ blue 53

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

Shades of Green House #3D5B35

Tints of Green House #3D5B35

RGB

 RED value IS 61 (24.22% from 255) = 29.76%

 GREEN value IS 91 (35.94% from 255) = 44.39%

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

R = 29.76%
G = 44.39%
B = 25.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#3D5B35 (or 0x3D5B35) is known color: Green House. HEX triplet: 3D, 5B and 35. RGB value is (61,91,53). Sum of RGB (Red+Green+Blue) = 61+91+53=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 91 - color contains mainly: green. Hex color #3D5B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5B35 is #C2A4CA. Grayscale: #4D4D4D. Windows color (decimal): -12756171 or 3496765. OLE color: 3496765.

HSL color Cylindrical-coordinate representation of color #3D5B35: hue angle of 107.37º degrees, saturation: 0.26, 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 #3D5B35 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB 61 91 53 -
CMYK 0.33 0 0.42 0.64
HSL 107.37º 0.26% 0.28% -
HSV(B) 107.37º 0.42% 0.36% -
XYZ 6.31 8.73 4.72 -
YUV 77.7 114.06 116.09 -
System Red Green Blue C M Y K H S L
Decimal 61 91 53 0.33 0 0.42 0.64 107.37 0.26 0.28
Hex 3D 5B 35 21 0 2A 40 6B 1A 1C
Octal 75 133 65 41 0 52 100 153 32 34
Binary 111101 1011011 110101 100001 0 101010 1000000 1101011 11010 11100

Color Harmonies of #3D5B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5B35

Black with #3D5B35

Text Example


Text Example

White with #3D5B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,91,53); }

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

background-color css

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

 a { background-color: rgb(61,91,53); }

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

border-color css

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

 span { border-color: rgb(61,91,53); }

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