Html Css Color HEX #385631 Green House

📋 copy color: '#385631'

red 56 ◦ green 86 ◦ blue 49

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

Shades of Green House #385631

Tints of Green House #385631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.03%

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

R = 29.32%
G = 45.03%
B = 25.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#385631 (or 0x385631) is known color: Green House. HEX triplet: 38, 56 and 31. RGB value is (56,86,49). Sum of RGB (Red+Green+Blue) = 56+86+49=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #385631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385631 is #C7A9CE. Grayscale: #484848. Windows color (decimal): -13085135 or 3233336. OLE color: 3233336.

HSL color Cylindrical-coordinate representation of color #385631: hue angle of 108.65º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385631 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 86 49 -
CMYK 0.35 0 0.43 0.66
HSL 108.65º 0.27% 0.26% -
HSV(B) 108.65º 0.43% 0.34% -
XYZ 5.51 7.72 4.1 -
YUV 72.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 56 86 49 0.35 0 0.43 0.66 108.65 0.27 0.26
Hex 38 56 31 23 0 2B 42 6D 1B 1A
Octal 70 126 61 43 0 53 102 155 33 32
Binary 111000 1010110 110001 100011 0 101011 1000010 1101101 11011 11010

Color Harmonies of #385631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385631

Black with #385631

Text Example


Text Example

White with #385631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385631; }

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

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

background-color css

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

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

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

border-color css

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

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

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