Html Css Color HEX #42593C Green House

📋 copy color: '#42593C'

red 66 ◦ green 89 ◦ blue 60

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

Shades of Green House #42593C

Tints of Green House #42593C

RGB

 RED value IS 66 (26.17% from 255) = 30.7%

 GREEN value IS 89 (35.16% from 255) = 41.4%

 BLUE value IS 60 (23.83% from 255) = 27.91%

R = 30.7%
G = 41.4%
B = 27.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#42593C (or 0x42593C) is known color: Green House. HEX triplet: 42, 59 and 3C. RGB value is (66,89,60). Sum of RGB (Red+Green+Blue) = 66+89+60=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #42593C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42593C is #BDA6C3. Grayscale: #4E4E4E. Windows color (decimal): -12428996 or 3955010. OLE color: 3955010.

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

Color convert

RGB 66 89 60 -
CMYK 0.26 0 0.33 0.65
HSL 107.59º 0.19% 0.29% -
HSV(B) 107.59º 0.33% 0.35% -
XYZ 6.63 8.63 5.59 -
YUV 78.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 66 89 60 0.26 0 0.33 0.65 107.59 0.19 0.29
Hex 42 59 3C 1A 0 21 41 6C 13 1D
Octal 102 131 74 32 0 41 101 154 23 35
Binary 1000010 1011001 111100 11010 0 100001 1000001 1101100 10011 11101

Color Harmonies of #42593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42593C

Black with #42593C

Text Example


Text Example

White with #42593C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42593C;
 }
 .AnyTagClassName
 {
   color: #42593C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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