Html Css Color HEX #41533B Green House

📋 copy color: '#41533B'

red 65 ◦ green 83 ◦ blue 59

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

Shades of Green House #41533B

Tints of Green House #41533B

RGB

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

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

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

R = 31.4%
G = 40.1%
B = 28.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#41533B (or 0x41533B) is known color: Green House. HEX triplet: 41, 53 and 3B. RGB value is (65,83,59). Sum of RGB (Red+Green+Blue) = 65+83+59=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #41533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41533B is #BEACC4. Grayscale: #4A4A4A. Windows color (decimal): -12496069 or 3887937. OLE color: 3887937.

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

Color convert

RGB 65 83 59 -
CMYK 0.22 0 0.29 0.67
HSL 105º 0.17% 0.28% -
HSV(B) 105º 0.29% 0.33% -
XYZ 6.06 7.63 5.29 -
YUV 74.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 65 83 59 0.22 0 0.29 0.67 105 0.17 0.28
Hex 41 53 3B 16 0 1D 43 69 11 1C
Octal 101 123 73 26 0 35 103 151 21 34
Binary 1000001 1010011 111011 10110 0 11101 1000011 1101001 10001 11100

Color Harmonies of #41533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41533B

Black with #41533B

Text Example


Text Example

White with #41533B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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