Html Css Color HEX #386131 Green House

📋 copy color: '#386131'

red 56 ◦ green 97 ◦ blue 49

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

Shades of Green House #386131

Tints of Green House #386131

RGB

 RED value IS 56 (22.27% from 255) = 27.72%

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

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

R = 27.72%
G = 48.02%
B = 24.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#386131 (or 0x386131) is known color: Green House. HEX triplet: 38, 61 and 31. RGB value is (56,97,49). Sum of RGB (Red+Green+Blue) = 56+97+49=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #386131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386131 is #C79ECE. Grayscale: #4F4F4F. Windows color (decimal): -13082319 or 3236152. OLE color: 3236152.

HSL color Cylindrical-coordinate representation of color #386131: hue angle of 111.25º 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 #386131 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 97 49 -
CMYK 0.42 0 0.49 0.62
HSL 111.25º 0.33% 0.29% -
HSV(B) 111.25º 0.49% 0.38% -
XYZ 6.46 9.61 4.42 -
YUV 79.27 110.92 111.4 -
System Red Green Blue C M Y K H S L
Decimal 56 97 49 0.42 0 0.49 0.62 111.25 0.33 0.29
Hex 38 61 31 2A 0 31 3E 6F 21 1D
Octal 70 141 61 52 0 61 76 157 41 35
Binary 111000 1100001 110001 101010 0 110001 111110 1101111 100001 11101

Color Harmonies of #386131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386131

Black with #386131

Text Example


Text Example

White with #386131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386131; }

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

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

background-color css

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

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

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

border-color css

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

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

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