#42693B

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

Shades of Green House #42693B

Tints of Green House #42693B

Color information

#42693B (or 0x42693B) is unknown color: approx Green House. HEX triplet: 42, 69 and 3B. RGB value is (66,105,59). Sum of RGB (Red+Green+Blue) = 66+105+59=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #42693B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42693B is #BD96C4. Grayscale: #585858. Windows color (decimal): -12424901 or 3893570. OLE color: 3893570.

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

Color convert

RGB6610559-
CMYK0.3700.440.59
HSL110.87º28.05%32.16%-
HSV(B)110.87º43.81%41.18%-
XYZ8.0911.585.95-
YUV88.1111.58112.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 105 (41.41% from 255) = 45.65%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=28.70%
G=45.65%
B=25.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105590.3700.440.59110.8728.0532.16
Hex42693B2502C3B6f1c20
Octal1021517345054731573440
Binary100001011010011110111001010101100111011110111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,105,59); }

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

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

 a { background-color: rgb(66,105,59); }

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

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

 span { border-color: rgb(66,105,59); }

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