Html Css Color HEX #3D5F2D Green House

📋 copy color: '#3D5F2D'

red 61 ◦ green 95 ◦ blue 45

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

Shades of Green House #3D5F2D

Tints of Green House #3D5F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.39%

R = 30.35%
G = 47.26%
B = 22.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.63

RGB Variations

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

Color information

#3D5F2D (or 0x3D5F2D) is known color: Green House. HEX triplet: 3D, 5F and 2D. RGB value is (61,95,45). Sum of RGB (Red+Green+Blue) = 61+95+45=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5F2D is #C2A0D2. Grayscale: #4F4F4F. Windows color (decimal): -12755155 or 2973501. OLE color: 2973501.

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

Color convert

RGB 61 95 45 -
CMYK 0.36 0 0.53 0.63
HSL 100.8º 0.36% 0.27% -
HSV(B) 100.8º 0.53% 0.37% -
XYZ 6.49 9.37 3.95 -
YUV 79.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 61 95 45 0.36 0 0.53 0.63 100.8 0.36 0.27
Hex 3D 5F 2D 24 0 35 3F 65 24 1B
Octal 75 137 55 44 0 65 77 145 44 33
Binary 111101 1011111 101101 100100 0 110101 111111 1100101 100100 11011

Color Harmonies of #3D5F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5F2D

Black with #3D5F2D

Text Example


Text Example

White with #3D5F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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