#386D30

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

Shades of Green House #386D30

Tints of Green House #386D30

Color information

#386D30 (or 0x386D30) is unknown color: approx Green House. HEX triplet: 38, 6D and 30. RGB value is (56,109,48). Sum of RGB (Red+Green+Blue) = 56+109+48=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 109 (42.97% from 255 or 51.17% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 109 - color contains mainly: green. Hex color #386D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386D30 is #C792CF. Grayscale: #565656. Windows color (decimal): -13079248 or 3173688. OLE color: 3173688.

HSL color Cylindrical-coordinate representation of color #386D30: hue angle of 112.13º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #386D30 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB5610948-
CMYK0.4900.560.57
HSL112.13º38.85%30.78%-
HSV(B)112.13º55.96%42.75%-
XYZ7.6311.994.71-
YUV86.2106.44106.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 109 (42.97% from 255) = 51.17%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=26.29%
G=51.17%
B=22.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56109480.4900.560.57112.1338.8530.78
Hex386D30310383970271f
Octal701556061070711604737
Binary11100011011011100001100010111000111001111000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,109,48); }

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

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

 a { background-color: rgb(56,109,48); }

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

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

 span { border-color: rgb(56,109,48); }

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