Html Css Color HEX #42593A Green House

📋 copy color: '#42593A'

red 66 ◦ green 89 ◦ blue 58

#42593A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #42593A

Tints of Green House #42593A

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 value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#42593A (or 0x42593A) is known color: 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

RGB 66 89 58 -
CMYK 0.26 0 0.35 0.65
HSL 104.52º 0.21% 0.29% -
HSV(B) 104.52º 0.35% 0.35% -
XYZ 6.58 8.61 5.32 -
YUV 78.59 116.38 119.02 -
System Red Green Blue C M Y K H S L
Decimal 66 89 58 0.26 0 0.35 0.65 104.52 0.21 0.29
Hex 42 59 3A 1A 0 23 41 69 15 1D
Octal 102 131 72 32 0 43 101 151 25 35
Binary 1000010 1011001 111010 11010 0 100011 1000001 1101001 10101 11101

Color Harmonies of #42593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42593A

Black with #42593A

Text Example


Text Example

White with #42593A

Text Example


Text Example

HTML Codes & Css Web 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>