#386323

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

Shades of Green House #386323

Tints of Green House #386323

Color information

#386323 (or 0x386323) is unknown color: approx Green House. HEX triplet: 38, 63 and 23. RGB value is (56,99,35). Sum of RGB (Red+Green+Blue) = 56+99+35=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #386323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386323 is #C79CDC. Grayscale: #4F4F4F. Windows color (decimal): -13081821 or 2319160. OLE color: 2319160.

HSL color Cylindrical-coordinate representation of color #386323: hue angle of 100.31º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #386323 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB569935-
CMYK0.4300.650.61
HSL100.31º47.76%26.27%-
HSV(B)100.31º64.65%38.82%-
XYZ6.49.893.16-
YUV78.85103.25111.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.47%
GREEN value IS 99 (39.06% from 255) = 52.11%
BLUE value IS 35 (14.06% from 255) = 18.42%
R=29.47%
G=52.11%
B=18.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5699350.4300.650.61100.3147.7626.27
Hex3863232B0413D64301a
Octal7014343530101751446032
Binary111000110001110001110101101000001111101110010011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386323; }

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

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

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

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

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

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

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

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