#38692F

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

Shades of Green House #38692F

Tints of Green House #38692F

Color information

#38692F (or 0x38692F) is unknown color: approx Green House. HEX triplet: 38, 69 and 2F. RGB value is (56,105,47). Sum of RGB (Red+Green+Blue) = 56+105+47=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #38692F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38692F is #C796D0. Grayscale: #535353. Windows color (decimal): -13080273 or 3107128. OLE color: 3107128.

HSL color Cylindrical-coordinate representation of color #38692F: hue angle of 110.69º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38692F is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB5610547-
CMYK0.4700.550.59
HSL110.69º38.16%29.8%-
HSV(B)110.69º55.24%41.18%-
XYZ7.211.154.46-
YUV83.74107.27108.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 105 (41.41% from 255) = 50.48%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=26.92%
G=50.48%
B=22.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105470.4700.550.59110.6938.1629.8
Hex38692F2F0373B6f261e
Octal701515757067731574636
Binary11100011010011011111011110110111111011110111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38692F; }

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

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

<style>
 a { background-color: #38692F; }

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

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

<style>
 span { border-color: #38692F; }

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

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