Html Css Color HEX #385634 Green House

📋 copy color: '#385634'

red 56 ◦ green 86 ◦ blue 52

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

Shades of Green House #385634

Tints of Green House #385634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.8%

R = 28.87%
G = 44.33%
B = 26.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#385634 (or 0x385634) is known color: Green House. HEX triplet: 38, 56 and 34. RGB value is (56,86,52). Sum of RGB (Red+Green+Blue) = 56+86+52=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #385634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385634 is #C7A9CB. Grayscale: #494949. Windows color (decimal): -13085132 or 3429944. OLE color: 3429944.

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

Color convert

RGB 56 86 52 -
CMYK 0.35 0 0.40 0.66
HSL 112.94º 0.25% 0.27% -
HSV(B) 112.94º 0.4% 0.34% -
XYZ 5.58 7.74 4.45 -
YUV 73.15 116.06 115.76 -
System Red Green Blue C M Y K H S L
Decimal 56 86 52 0.35 0 0.40 0.66 112.94 0.25 0.27
Hex 38 56 34 23 0 28 42 71 19 1B
Octal 70 126 64 43 0 50 102 161 31 33
Binary 111000 1010110 110100 100011 0 101000 1000010 1110001 11001 11011

Color Harmonies of #385634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385634

Black with #385634

Text Example


Text Example

White with #385634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385634; }

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

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

background-color css

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

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

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

border-color css

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

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

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