Html Css Color HEX #3D582E Green House

📋 copy color: '#3D582E'

red 61 ◦ green 88 ◦ blue 46

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

Shades of Green House #3D582E

Tints of Green House #3D582E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.13%

 BLUE value IS 46 (18.36% from 255) = 23.59%

R = 31.28%
G = 45.13%
B = 23.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#3D582E (or 0x3D582E) is known color: Green House. HEX triplet: 3D, 58 and 2E. RGB value is (61,88,46). Sum of RGB (Red+Green+Blue) = 61+88+46=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #3D582E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D582E is #C2A7D1. Grayscale: #4B4B4B. Windows color (decimal): -12756946 or 3037245. OLE color: 3037245.

HSL color Cylindrical-coordinate representation of color #3D582E: hue angle of 98.57º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D582E is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 88 46 -
CMYK 0.31 0 0.48 0.65
HSL 98.57º 0.31% 0.26% -
HSV(B) 98.57º 0.48% 0.35% -
XYZ 5.91 8.17 3.85 -
YUV 75.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 61 88 46 0.31 0 0.48 0.65 98.57 0.31 0.26
Hex 3D 58 2E 1F 0 30 41 63 1F 1A
Octal 75 130 56 37 0 60 101 143 37 32
Binary 111101 1011000 101110 11111 0 110000 1000001 1100011 11111 11010

Color Harmonies of #3D582E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D582E

Black with #3D582E

Text Example


Text Example

White with #3D582E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,88,46); }

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

background-color css

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

 a { background-color: rgb(61,88,46); }

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

border-color css

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

 span { border-color: rgb(61,88,46); }

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