#386735

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

Shades of Green House #386735

Tints of Green House #386735

Color information

#386735 (or 0x386735) is unknown color: approx Green House. HEX triplet: 38, 67 and 35. RGB value is (56,103,53). Sum of RGB (Red+Green+Blue) = 56+103+53=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #386735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386735 is #C798CA. Grayscale: #535353. Windows color (decimal): -13080779 or 3499832. OLE color: 3499832.

HSL color Cylindrical-coordinate representation of color #386735: hue angle of 116.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386735 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB5610353-
CMYK0.4600.490.60
HSL116.4º32.05%30.59%-
HSV(B)116.4º48.54%40.39%-
XYZ7.1210.85.08-
YUV83.25110.93108.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 103 (40.62% from 255) = 48.58%
BLUE value IS 53 (21.09% from 255) = 25%
R=26.42%
G=48.58%
B=25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56103530.4600.490.60116.432.0530.59
Hex3867352E0313C74201f
Octal701476556061741644037
Binary11100011001111101011011100110001111100111010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386735; }

 p { color: rgb(56,103,53); }

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

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

 a { background-color: rgb(56,103,53); }

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

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

 span { border-color: rgb(56,103,53); }

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