Html Css Color HEX #3D5935 Green House

📋 copy color: '#3D5935'

red 61 ◦ green 89 ◦ blue 53

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

Shades of Green House #3D5935

Tints of Green House #3D5935

RGB

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

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

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

R = 30.05%
G = 43.84%
B = 26.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#3D5935 (or 0x3D5935) is known color: Green House. HEX triplet: 3D, 59 and 35. RGB value is (61,89,53). Sum of RGB (Red+Green+Blue) = 61+89+53=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5935 is #C2A6CA. Grayscale: #4C4C4C. Windows color (decimal): -12756683 or 3496253. OLE color: 3496253.

HSL color Cylindrical-coordinate representation of color #3D5935: hue angle of 106.67º 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 #3D5935 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 89 53 -
CMYK 0.31 0 0.40 0.65
HSL 106.67º 0.25% 0.28% -
HSV(B) 106.67º 0.4% 0.35% -
XYZ 6.14 8.39 4.66 -
YUV 76.52 114.72 116.93 -
System Red Green Blue C M Y K H S L
Decimal 61 89 53 0.31 0 0.40 0.65 106.67 0.25 0.28
Hex 3D 59 35 1F 0 28 41 6B 19 1C
Octal 75 131 65 37 0 50 101 153 31 34
Binary 111101 1011001 110101 11111 0 101000 1000001 1101011 11001 11100

Color Harmonies of #3D5935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5935

Black with #3D5935

Text Example


Text Example

White with #3D5935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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