Html Css Color HEX #3D5F38 Green House

📋 copy color: '#3D5F38'

red 61 ◦ green 95 ◦ blue 56

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

Shades of Green House #3D5F38

Tints of Green House #3D5F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.42%

R = 28.77%
G = 44.81%
B = 26.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.63

RGB Variations

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

Color information

#3D5F38 (or 0x3D5F38) is known color: Green House. HEX triplet: 3D, 5F and 38. RGB value is (61,95,56). Sum of RGB (Red+Green+Blue) = 61+95+56=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5F38 is #C2A0C7. Grayscale: #505050. Windows color (decimal): -12755144 or 3694397. OLE color: 3694397.

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

Color convert

RGB 61 95 56 -
CMYK 0.36 0 0.41 0.63
HSL 112.31º 0.26% 0.3% -
HSV(B) 112.31º 0.41% 0.37% -
XYZ 6.73 9.46 5.21 -
YUV 80.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 61 95 56 0.36 0 0.41 0.63 112.31 0.26 0.3
Hex 3D 5F 38 24 0 29 3F 70 1A 1E
Octal 75 137 70 44 0 51 77 160 32 36
Binary 111101 1011111 111000 100100 0 101001 111111 1110000 11010 11110

Color Harmonies of #3D5F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5F38

Black with #3D5F38

Text Example


Text Example

White with #3D5F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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