#38712F

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

Shades of Green House #38712F

Tints of Green House #38712F

Color information

#38712F (or 0x38712F) is unknown color: approx Green House. HEX triplet: 38, 71 and 2F. RGB value is (56,113,47). Sum of RGB (Red+Green+Blue) = 56+113+47=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #38712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38712F is #C78ED0. Grayscale: #585858. Windows color (decimal): -13078225 or 3109176. OLE color: 3109176.

HSL color Cylindrical-coordinate representation of color #38712F: hue angle of 111.82º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38712F is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB5611347-
CMYK0.5000.580.56
HSL111.82º41.25%31.37%-
HSV(B)111.82º58.41%44.31%-
XYZ8.0512.864.75-
YUV88.43104.62104.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 113 (44.53% from 255) = 52.31%
BLUE value IS 47 (18.75% from 255) = 21.76%
R=25.93%
G=52.31%
B=21.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113470.5000.580.56111.8241.2531.37
Hex38712F3203A3870291f
Octal701615762072701605137
Binary11100011100011011111100100111010111000111000010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38712F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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