#42713D

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

Shades of Green House #42713D

Tints of Green House #42713D

Color information

#42713D (or 0x42713D) is unknown color: approx Green House. HEX triplet: 42, 71 and 3D. RGB value is (66,113,61). Sum of RGB (Red+Green+Blue) = 66+113+61=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #42713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42713D is #BD8EC2. Grayscale: #5D5D5D. Windows color (decimal): -12422851 or 4026690. OLE color: 4026690.

HSL color Cylindrical-coordinate representation of color #42713D: hue angle of 114.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42713D is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB6611361-
CMYK0.4200.460.56
HSL114.23º29.89%34.12%-
HSV(B)114.23º46.02%44.31%-
XYZ8.9913.316.51-
YUV93.02109.93108.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 113 (44.53% from 255) = 47.08%
BLUE value IS 61 (24.22% from 255) = 25.42%
R=27.5%
G=47.08%
B=25.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113610.4200.460.56114.2329.8934.12
Hex42713D2A02E38721e22
Octal1021617552056701623642
Binary100001011100011111011010100101110111000111001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42713D; }

 p { color: rgb(66,113,61); }

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

<style>
 a { background-color: #42713D; }

 a { background-color: rgb(66,113,61); }

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

<style>
 span { border-color: #42713D; }

 span { border-color: rgb(66,113,61); }

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