#38642E

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

Shades of Green House #38642E

Tints of Green House #38642E

Color information

#38642E (or 0x38642E) is unknown color: approx Green House. HEX triplet: 38, 64 and 2E. RGB value is (56,100,46). Sum of RGB (Red+Green+Blue) = 56+100+46=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 100 (39.45% from 255 or 49.50% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 100 - color contains mainly: green. Hex color #38642E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38642E is #C79BD1. Grayscale: #505050. Windows color (decimal): -13081554 or 3040312. OLE color: 3040312.

HSL color Cylindrical-coordinate representation of color #38642E: hue angle of 108.89º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38642E is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB5610046-
CMYK0.4400.540.61
HSL108.89º36.99%28.63%-
HSV(B)108.89º54%39.22%-
XYZ6.6810.154.19-
YUV80.69108.42110.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 100 (39.45% from 255) = 49.50%
BLUE value IS 46 (18.36% from 255) = 22.77%
R=27.72%
G=49.50%
B=22.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal56100460.4400.540.61108.8936.9928.63
Hex38642E2C0363D6d251d
Octal701445654066751554535
Binary11100011001001011101011000110110111101110110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38642E; }

 p { color: rgb(56,100,46); }

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

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

 a { background-color: rgb(56,100,46); }

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

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

 span { border-color: rgb(56,100,46); }

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