#386832

Color #386832 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #386832

Tints of Green House #386832

Color information

#386832 (or 0x386832) is unknown color: approx Green House. HEX triplet: 38, 68 and 32. RGB value is (56,104,50). Sum of RGB (Red+Green+Blue) = 56+104+50=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #386832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386832 is #C797CD. Grayscale: #535353. Windows color (decimal): -13080526 or 3303480. OLE color: 3303480.

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

Color convert

RGB5610450-
CMYK0.4600.520.59
HSL113.33º35.06%30.2%-
HSV(B)113.33º51.92%40.78%-
XYZ7.1610.974.76-
YUV83.49109.1108.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 104 (41.02% from 255) = 49.52%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=26.67%
G=49.52%
B=23.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104500.4600.520.59113.3335.0630.2
Hex3868322E0343B71231e
Octal701506256064731614336
Binary11100011010001100101011100110100111011111000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386832; }

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

 H1.HeaderClassName
 {
   color: #386832;
 }
 .AnyTagClassName
 {
   color: #386832;
 }
</style>
background-color css

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

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

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

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

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

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