Html Css Color HEX #405538 Green House

📋 copy color: '#405538'

red 64 ◦ green 85 ◦ blue 56

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

Shades of Green House #405538

Tints of Green House #405538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.32%

R = 31.22%
G = 41.46%
B = 27.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#405538 (or 0x405538) is known color: Green House. HEX triplet: 40, 55 and 38. RGB value is (64,85,56). Sum of RGB (Red+Green+Blue) = 64+85+56=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #405538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405538 is #BFAAC7. Grayscale: #4B4B4B. Windows color (decimal): -12561096 or 3691840. OLE color: 3691840.

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

Color convert

RGB 64 85 56 -
CMYK 0.25 0 0.34 0.67
HSL 103.45º 0.21% 0.28% -
HSV(B) 103.45º 0.34% 0.33% -
XYZ 6.08 7.87 4.94 -
YUV 75.42 117.04 119.86 -
System Red Green Blue C M Y K H S L
Decimal 64 85 56 0.25 0 0.34 0.67 103.45 0.21 0.28
Hex 40 55 38 19 0 22 43 67 15 1C
Octal 100 125 70 31 0 42 103 147 25 34
Binary 1000000 1010101 111000 11001 0 100010 1000011 1100111 10101 11100

Color Harmonies of #405538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405538

Black with #405538

Text Example


Text Example

White with #405538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405538; }

 p { color: rgb(64,85,56); }

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

background-color css

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

 a { background-color: rgb(64,85,56); }

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

border-color css

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

 span { border-color: rgb(64,85,56); }

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