Html Css Color HEX #41593A Green House

📋 copy color: '#41593A'

red 65 ◦ green 89 ◦ blue 58

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

Shades of Green House #41593A

Tints of Green House #41593A

RGB

 RED value IS 65 (25.78% from 255) = 30.66%

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

 BLUE value IS 58 (23.05% from 255) = 27.36%

R = 30.66%
G = 41.98%
B = 27.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#41593A (or 0x41593A) is known color: Green House. HEX triplet: 41, 59 and 3A. RGB value is (65,89,58). Sum of RGB (Red+Green+Blue) = 65+89+58=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #41593A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41593A is #BEA6C5. Grayscale: #4E4E4E. Windows color (decimal): -12494534 or 3823937. OLE color: 3823937.

HSL color Cylindrical-coordinate representation of color #41593A: hue angle of 106.45º 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 #41593A is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 89 58 -
CMYK 0.27 0 0.35 0.65
HSL 106.45º 0.21% 0.29% -
HSV(B) 106.45º 0.35% 0.35% -
XYZ 6.52 8.57 5.31 -
YUV 78.29 116.55 118.52 -
System Red Green Blue C M Y K H S L
Decimal 65 89 58 0.27 0 0.35 0.65 106.45 0.21 0.29
Hex 41 59 3A 1B 0 23 41 6A 15 1D
Octal 101 131 72 33 0 43 101 152 25 35
Binary 1000001 1011001 111010 11011 0 100011 1000001 1101010 10101 11101

Color Harmonies of #41593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41593A

Black with #41593A

Text Example


Text Example

White with #41593A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41593A;
 }
 .AnyTagClassName
 {
   color: #41593A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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