Html Css Color HEX #40523B Green House

📋 copy color: '#40523B'

red 64 ◦ green 82 ◦ blue 59

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

Shades of Green House #40523B

Tints of Green House #40523B

RGB

 RED value IS 64 (25.39% from 255) = 31.22%

 GREEN value IS 82 (32.42% from 255) = 40%

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

R = 31.22%
G = 40%
B = 28.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#40523B (or 0x40523B) is known color: Green House. HEX triplet: 40, 52 and 3B. RGB value is (64,82,59). Sum of RGB (Red+Green+Blue) = 64+82+59=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #40523B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40523B is #BFADC4. Grayscale: #4A4A4A. Windows color (decimal): -12561861 or 3887680. OLE color: 3887680.

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

Color convert

RGB 64 82 59 -
CMYK 0.22 0 0.28 0.68
HSL 106.96º 0.16% 0.28% -
HSV(B) 106.96º 0.28% 0.32% -
XYZ 5.92 7.44 5.26 -
YUV 74 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 64 82 59 0.22 0 0.28 0.68 106.96 0.16 0.28
Hex 40 52 3B 16 0 1C 44 6B 10 1C
Octal 100 122 73 26 0 34 104 153 20 34
Binary 1000000 1010010 111011 10110 0 11100 1000100 1101011 10000 11100

Color Harmonies of #40523B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40523B

Black with #40523B

Text Example


Text Example

White with #40523B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,82,59); }

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

background-color css

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

 a { background-color: rgb(64,82,59); }

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

border-color css

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

 span { border-color: rgb(64,82,59); }

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