Html Css Color HEX #386831 Green House

📋 copy color: '#386831'

red 56 ◦ green 104 ◦ blue 49

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

Shades of Green House #386831

Tints of Green House #386831

RGB

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

 GREEN value IS 104 (41.02% from 255) = 49.76%

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

R = 26.79%
G = 49.76%
B = 23.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#386831 (or 0x386831) is known color: Green House. HEX triplet: 38, 68 and 31. RGB value is (56,104,49). Sum of RGB (Red+Green+Blue) = 56+104+49=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #386831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386831 is #C797CE. Grayscale: #535353. Windows color (decimal): -13080527 or 3237944. OLE color: 3237944.

HSL color Cylindrical-coordinate representation of color #386831: hue angle of 112.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386831 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 49 -
CMYK 0.46 0 0.53 0.59
HSL 112.36º 0.36% 0.3% -
HSV(B) 112.36º 0.53% 0.41% -
XYZ 7.14 10.96 4.65 -
YUV 83.38 108.6 108.47 -
System Red Green Blue C M Y K H S L
Decimal 56 104 49 0.46 0 0.53 0.59 112.36 0.36 0.3
Hex 38 68 31 2E 0 35 3B 70 24 1E
Octal 70 150 61 56 0 65 73 160 44 36
Binary 111000 1101000 110001 101110 0 110101 111011 1110000 100100 11110

Color Harmonies of #386831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386831

Black with #386831

Text Example


Text Example

White with #386831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386831; }

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

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

background-color css

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

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

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

border-color css

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

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

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