Html Css Color HEX #3D6131 Green House

📋 copy color: '#3D6131'

red 61 ◦ green 97 ◦ blue 49

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

Shades of Green House #3D6131

Tints of Green House #3D6131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.86%

 BLUE value IS 49 (19.53% from 255) = 23.67%

R = 29.47%
G = 46.86%
B = 23.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#3D6131 (or 0x3D6131) is known color: Green House. HEX triplet: 3D, 61 and 31. RGB value is (61,97,49). Sum of RGB (Red+Green+Blue) = 61+97+49=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #3D6131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6131 is #C29ECE. Grayscale: #505050. Windows color (decimal): -12754639 or 3236157. OLE color: 3236157.

HSL color Cylindrical-coordinate representation of color #3D6131: hue angle of 105º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D6131 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 61 97 49 -
CMYK 0.37 0 0.49 0.62
HSL 105º 0.33% 0.29% -
HSV(B) 105º 0.49% 0.38% -
XYZ 6.75 9.76 4.43 -
YUV 80.76 110.07 113.9 -
System Red Green Blue C M Y K H S L
Decimal 61 97 49 0.37 0 0.49 0.62 105 0.33 0.29
Hex 3D 61 31 25 0 31 3E 69 21 1D
Octal 75 141 61 45 0 61 76 151 41 35
Binary 111101 1100001 110001 100101 0 110001 111110 1101001 100001 11101

Color Harmonies of #3D6131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6131

Black with #3D6131

Text Example


Text Example

White with #3D6131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,97,49); }

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

background-color css

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

 a { background-color: rgb(61,97,49); }

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

border-color css

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

 span { border-color: rgb(61,97,49); }

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