#386036

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

Shades of Green House #386036

Tints of Green House #386036

Color information

#386036 (or 0x386036) is unknown color: approx Green House. HEX triplet: 38, 60 and 36. RGB value is (56,96,54). Sum of RGB (Red+Green+Blue) = 56+96+54=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #386036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386036 is #C79FC9. Grayscale: #4F4F4F. Windows color (decimal): -13082570 or 3563576. OLE color: 3563576.

HSL color Cylindrical-coordinate representation of color #386036: hue angle of 117.14º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #386036 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB569654-
CMYK0.4200.440.62
HSL117.14º28%29.41%-
HSV(B)117.14º43.75%37.65%-
XYZ6.489.474.98-
YUV79.25113.75111.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=27.18%
G=46.60%
B=26.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696540.4200.440.62117.142829.41
Hex3860362A02C3E751c1d
Octal701406652054761653435
Binary1110001100000110110101010010110011111011101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386036; }

 p { color: rgb(56,96,54); }

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

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

 a { background-color: rgb(56,96,54); }

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

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

 span { border-color: rgb(56,96,54); }

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