#386A2F

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

Shades of Green House #386A2F

Tints of Green House #386A2F

Color information

#386A2F (or 0x386A2F) is unknown color: approx Green House. HEX triplet: 38, 6A and 2F. RGB value is (56,106,47). Sum of RGB (Red+Green+Blue) = 56+106+47=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #386A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386A2F is #C795D0. Grayscale: #545454. Windows color (decimal): -13080017 or 3107384. OLE color: 3107384.

HSL color Cylindrical-coordinate representation of color #386A2F: hue angle of 110.85º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #386A2F is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB5610647-
CMYK0.4700.560.58
HSL110.85º38.56%30%-
HSV(B)110.85º55.66%41.57%-
XYZ7.311.354.5-
YUV84.32106.94107.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 106 (41.80% from 255) = 50.72%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=26.79%
G=50.72%
B=22.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56106470.4700.560.58110.8538.5630
Hex386A2F2F0383A6f271e
Octal701525757070721574736
Binary11100011010101011111011110111000111010110111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386A2F; }

 p { color: rgb(56,106,47); }

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

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

 a { background-color: rgb(56,106,47); }

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

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

 span { border-color: rgb(56,106,47); }

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