Html Css Color HEX #41553B Green House

📋 copy color: '#41553B'

red 65 ◦ green 85 ◦ blue 59

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

Shades of Green House #41553B

Tints of Green House #41553B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.67%

 BLUE value IS 59 (23.44% from 255) = 28.23%

R = 31.1%
G = 40.67%
B = 28.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#41553B (or 0x41553B) is known color: Green House. HEX triplet: 41, 55 and 3B. RGB value is (65,85,59). Sum of RGB (Red+Green+Blue) = 65+85+59=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #41553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41553B is #BEAAC4. Grayscale: #4C4C4C. Windows color (decimal): -12495557 or 3888449. OLE color: 3888449.

HSL color Cylindrical-coordinate representation of color #41553B: hue angle of 106.15º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #41553B is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 85 59 -
CMYK 0.24 0 0.31 0.67
HSL 106.15º 0.18% 0.28% -
HSV(B) 106.15º 0.31% 0.33% -
XYZ 6.22 7.94 5.34 -
YUV 76.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 65 85 59 0.24 0 0.31 0.67 106.15 0.18 0.28
Hex 41 55 3B 18 0 1F 43 6A 12 1C
Octal 101 125 73 30 0 37 103 152 22 34
Binary 1000001 1010101 111011 11000 0 11111 1000011 1101010 10010 11100

Color Harmonies of #41553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41553B

Black with #41553B

Text Example


Text Example

White with #41553B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,85,59); }

 H1.HeaderClassName
 {
   color: #41553B;
 }
 .AnyTagClassName
 {
   color: #41553B;
 }
</style>

background-color css

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

 a { background-color: rgb(65,85,59); }

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

border-color css

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

 span { border-color: rgb(65,85,59); }

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