#38622C

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

Shades of Green House #38622C

Tints of Green House #38622C

Color information

#38622C (or 0x38622C) is unknown color: approx Green House. HEX triplet: 38, 62 and 2C. RGB value is (56,98,44). Sum of RGB (Red+Green+Blue) = 56+98+44=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #38622C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38622C is #C79DD3. Grayscale: #4F4F4F. Windows color (decimal): -13082068 or 2908728. OLE color: 2908728.

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

Color convert

RGB569844-
CMYK0.4300.550.62
HSL106.67º38.03%27.84%-
HSV(B)106.67º55.1%38.43%-
XYZ6.459.763.93-
YUV79.29108.09111.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 98 (38.67% from 255) = 49.49%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=28.28%
G=49.49%
B=22.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698440.4300.550.62106.6738.0327.84
Hex38622C2B0373E6b261c
Octal701425453067761534634
Binary11100011000101011001010110110111111110110101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38622C; }

 p { color: rgb(56,98,44); }

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

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

 a { background-color: rgb(56,98,44); }

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

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

 span { border-color: rgb(56,98,44); }

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