#42593A

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

Shades of Green House #42593A

Tints of Green House #42593A

Color information

#42593A (or 0x42593A) is unknown color: approx Green House. HEX triplet: 42, 59 and 3A. RGB value is (66,89,58). Sum of RGB (Red+Green+Blue) = 66+89+58=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #42593A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42593A is #BDA6C5. Grayscale: #4E4E4E. Windows color (decimal): -12428998 or 3823938. OLE color: 3823938.

HSL color Cylindrical-coordinate representation of color #42593A: hue angle of 104.52º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42593A is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB668958-
CMYK0.2600.350.65
HSL104.52º21.09%28.82%-
HSV(B)104.52º34.83%34.9%-
XYZ6.588.615.32-
YUV78.59116.38119.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=30.99%
G=41.78%
B=27.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689580.2600.350.65104.5221.0928.82
Hex42593A1A0234169151d
Octal10213172320431011512535
Binary10000101011001111010110100100011100000111010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42593A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42593A; }

 p { color: rgb(66,89,58); }

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

<style>
 a { background-color: #42593A; }

 a { background-color: rgb(66,89,58); }

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

<style>
 span { border-color: #42593A; }

 span { border-color: rgb(66,89,58); }

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