Html Css Color HEX #3D5830 Green House

📋 copy color: '#3D5830'

red 61 ◦ green 88 ◦ blue 48

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

Shades of Green House #3D5830

Tints of Green House #3D5830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.37%

R = 30.96%
G = 44.67%
B = 24.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#3D5830 (or 0x3D5830) is known color: Green House. HEX triplet: 3D, 58 and 30. RGB value is (61,88,48). Sum of RGB (Red+Green+Blue) = 61+88+48=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #3D5830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5830 is #C2A7CF. Grayscale: #4B4B4B. Windows color (decimal): -12756944 or 3168317. OLE color: 3168317.

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

Color convert

RGB 61 88 48 -
CMYK 0.31 0 0.45 0.65
HSL 100.5º 0.29% 0.27% -
HSV(B) 100.5º 0.45% 0.35% -
XYZ 5.95 8.18 4.06 -
YUV 75.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 61 88 48 0.31 0 0.45 0.65 100.5 0.29 0.27
Hex 3D 58 30 1F 0 2D 41 64 1D 1B
Octal 75 130 60 37 0 55 101 144 35 33
Binary 111101 1011000 110000 11111 0 101101 1000001 1100100 11101 11011

Color Harmonies of #3D5830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5830

Black with #3D5830

Text Example


Text Example

White with #3D5830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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