Html Css Color HEX #41533C Green House

📋 copy color: '#41533C'

red 65 ◦ green 83 ◦ blue 60

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

Shades of Green House #41533C

Tints of Green House #41533C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.9%

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

R = 31.25%
G = 39.9%
B = 28.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#41533C (or 0x41533C) is known color: Green House. HEX triplet: 41, 53 and 3C. RGB value is (65,83,60). Sum of RGB (Red+Green+Blue) = 65+83+60=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #41533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41533C is #BEACC3. Grayscale: #4B4B4B. Windows color (decimal): -12496068 or 3953473. OLE color: 3953473.

HSL color Cylindrical-coordinate representation of color #41533C: hue angle of 106.96º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #41533C is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 83 60 -
CMYK 0.22 0 0.28 0.67
HSL 106.96º 0.16% 0.28% -
HSV(B) 106.96º 0.28% 0.33% -
XYZ 6.09 7.64 5.43 -
YUV 75 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 65 83 60 0.22 0 0.28 0.67 106.96 0.16 0.28
Hex 41 53 3C 16 0 1C 43 6B 10 1C
Octal 101 123 74 26 0 34 103 153 20 34
Binary 1000001 1010011 111100 10110 0 11100 1000011 1101011 10000 11100

Color Harmonies of #41533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41533C

Black with #41533C

Text Example


Text Example

White with #41533C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,83,60); }

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

background-color css

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

 a { background-color: rgb(65,83,60); }

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

border-color css

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

 span { border-color: rgb(65,83,60); }

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