#38682B

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

Shades of Green House #38682B

Tints of Green House #38682B

Color information

#38682B (or 0x38682B) is unknown color: approx Green House. HEX triplet: 38, 68 and 2B. RGB value is (56,104,43). Sum of RGB (Red+Green+Blue) = 56+104+43=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #38682B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38682B is #C797D4. Grayscale: #525252. Windows color (decimal): -13080533 or 2844728. OLE color: 2844728.

HSL color Cylindrical-coordinate representation of color #38682B: hue angle of 107.21º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38682B is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB5610443-
CMYK0.4600.590.59
HSL107.21º41.5%28.82%-
HSV(B)107.21º58.65%40.78%-
XYZ7.0210.924.02-
YUV82.69105.6108.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 104 (41.02% from 255) = 51.23%
BLUE value IS 43 (17.19% from 255) = 21.18%
R=27.59%
G=51.23%
B=21.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104430.4600.590.59107.2141.528.82
Hex38682B2E03B3B6b291d
Octal701505356073731535135
Binary11100011010001010111011100111011111011110101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38682B; }

 p { color: rgb(56,104,43); }

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

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

 a { background-color: rgb(56,104,43); }

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

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

 span { border-color: rgb(56,104,43); }

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