#42683E

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

Shades of Green House #42683E

Tints of Green House #42683E

Color information

#42683E (or 0x42683E) is unknown color: approx Green House. HEX triplet: 42, 68 and 3E. RGB value is (66,104,62). Sum of RGB (Red+Green+Blue) = 66+104+62=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #42683E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42683E is #BD97C1. Grayscale: #575757. Windows color (decimal): -12425154 or 4089922. OLE color: 4089922.

HSL color Cylindrical-coordinate representation of color #42683E: hue angle of 114.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42683E is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB6610462-
CMYK0.3700.400.59
HSL114.29º25.3%32.55%-
HSV(B)114.29º40.38%40.78%-
XYZ8.0711.416.33-
YUV87.85113.41112.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 62 (24.61% from 255) = 26.72%
R=28.45%
G=44.83%
B=26.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66104620.3700.400.59114.2925.332.55
Hex42683E250283B721921
Octal1021507645050731623141
Binary100001011010001111101001010101000111011111001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42683E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42683E; }

 p { color: rgb(66,104,62); }

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

<style>
 a { background-color: #42683E; }

 a { background-color: rgb(66,104,62); }

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

<style>
 span { border-color: #42683E; }

 span { border-color: rgb(66,104,62); }

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