Html Css Color HEX #386827 Green House

📋 copy color: '#386827'

red 56 ◦ green 104 ◦ blue 39

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

Shades of Green House #386827

Tints of Green House #386827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.6%

R = 28.14%
G = 52.26%
B = 19.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#386827 (or 0x386827) is known color: Green House. HEX triplet: 38, 68 and 27. RGB value is (56,104,39). Sum of RGB (Red+Green+Blue) = 56+104+39=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #386827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386827 is #C797D8. Grayscale: #525252. Windows color (decimal): -13080537 or 2582584. OLE color: 2582584.

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

Color convert

RGB 56 104 39 -
CMYK 0.46 0 0.62 0.59
HSL 104.31º 0.45% 0.28% -
HSV(B) 104.31º 0.63% 0.41% -
XYZ 6.95 10.89 3.65 -
YUV 82.24 103.6 109.29 -
System Red Green Blue C M Y K H S L
Decimal 56 104 39 0.46 0 0.62 0.59 104.31 0.45 0.28
Hex 38 68 27 2E 0 3E 3B 68 2D 1C
Octal 70 150 47 56 0 76 73 150 55 34
Binary 111000 1101000 100111 101110 0 111110 111011 1101000 101101 11100

Color Harmonies of #386827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386827

Black with #386827

Text Example


Text Example

White with #386827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386827; }

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

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

background-color css

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

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

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

border-color css

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

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

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