#386823

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

Shades of Green House #386823

Tints of Green House #386823

Color information

#386823 (or 0x386823) is unknown color: approx Green House. HEX triplet: 38, 68 and 23. RGB value is (56,104,35). Sum of RGB (Red+Green+Blue) = 56+104+35=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #386823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386823 is #C797DC. Grayscale: #525252. Windows color (decimal): -13080541 or 2320440. OLE color: 2320440.

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

Color convert

RGB5610435-
CMYK0.4600.660.59
HSL101.74º49.64%27.25%-
HSV(B)101.74º66.35%40.78%-
XYZ6.8810.863.32-
YUV81.78101.6109.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 104 (41.02% from 255) = 53.33%
BLUE value IS 35 (14.06% from 255) = 17.95%
R=28.72%
G=53.33%
B=17.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104350.4600.660.59101.7449.6427.25
Hex3868232E0423B66321b
Octal7015043560102731466233
Binary111000110100010001110111001000010111011110011011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386823; }

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

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

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

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

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

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

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

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