Html Css Color HEX #3D5F35 Green House

📋 copy color: '#3D5F35'

red 61 ◦ green 95 ◦ blue 53

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

Shades of Green House #3D5F35

Tints of Green House #3D5F35

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.45%

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

R = 29.19%
G = 45.45%
B = 25.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.63

RGB Variations

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

Color information

#3D5F35 (or 0x3D5F35) is known color: Green House. HEX triplet: 3D, 5F and 35. RGB value is (61,95,53). Sum of RGB (Red+Green+Blue) = 61+95+53=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5F35 is #C2A0CA. Grayscale: #505050. Windows color (decimal): -12755147 or 3497789. OLE color: 3497789.

HSL color Cylindrical-coordinate representation of color #3D5F35: hue angle of 108.57º 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 #3D5F35 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB 61 95 53 -
CMYK 0.36 0 0.44 0.63
HSL 108.57º 0.28% 0.29% -
HSV(B) 108.57º 0.44% 0.37% -
XYZ 6.66 9.43 4.84 -
YUV 80.05 112.74 114.42 -
System Red Green Blue C M Y K H S L
Decimal 61 95 53 0.36 0 0.44 0.63 108.57 0.28 0.29
Hex 3D 5F 35 24 0 2C 3F 6D 1C 1D
Octal 75 137 65 44 0 54 77 155 34 35
Binary 111101 1011111 110101 100100 0 101100 111111 1101101 11100 11101

Color Harmonies of #3D5F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5F35

Black with #3D5F35

Text Example


Text Example

White with #3D5F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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