Html Css Color HEX #406035 Green House

📋 copy color: '#406035'

red 64 ◦ green 96 ◦ blue 53

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

Shades of Green House #406035

Tints of Green House #406035

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.07%

 BLUE value IS 53 (21.09% from 255) = 24.88%

R = 30.05%
G = 45.07%
B = 24.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#406035 (or 0x406035) is known color: Green House. HEX triplet: 40, 60 and 35. RGB value is (64,96,53). Sum of RGB (Red+Green+Blue) = 64+96+53=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #406035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406035 is #BF9FCA. Grayscale: #515151. Windows color (decimal): -12558283 or 3498048. OLE color: 3498048.

HSL color Cylindrical-coordinate representation of color #406035: hue angle of 104.65º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #406035 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 53 -
CMYK 0.33 0 0.45 0.62
HSL 104.65º 0.29% 0.29% -
HSV(B) 104.65º 0.45% 0.38% -
XYZ 6.94 9.71 4.88 -
YUV 81.53 111.9 115.5 -
System Red Green Blue C M Y K H S L
Decimal 64 96 53 0.33 0 0.45 0.62 104.65 0.29 0.29
Hex 40 60 35 21 0 2D 3E 69 1D 1D
Octal 100 140 65 41 0 55 76 151 35 35
Binary 1000000 1100000 110101 100001 0 101101 111110 1101001 11101 11101

Color Harmonies of #406035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406035

Black with #406035

Text Example


Text Example

White with #406035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406035; }

 p { color: rgb(64,96,53); }

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

background-color css

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

 a { background-color: rgb(64,96,53); }

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

border-color css

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

 span { border-color: rgb(64,96,53); }

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