#386830

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

Shades of Green House #386830

Tints of Green House #386830

Color information

#386830 (or 0x386830) is unknown color: approx Green House. HEX triplet: 38, 68 and 30. RGB value is (56,104,48). Sum of RGB (Red+Green+Blue) = 56+104+48=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #386830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386830 is #C797CF. Grayscale: #535353. Windows color (decimal): -13080528 or 3172408. OLE color: 3172408.

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

Color convert

RGB5610448-
CMYK0.4600.540.59
HSL111.43º36.84%29.8%-
HSV(B)111.43º53.85%40.78%-
XYZ7.1110.954.54-
YUV83.26108.1108.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 104 (41.02% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 23.08%
R=26.92%
G=50%
B=23.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104480.4600.540.59111.4336.8429.8
Hex3868302E0363B6f251e
Octal701506056066731574536
Binary11100011010001100001011100110110111011110111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386830; }

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

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

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

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

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

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

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

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