Html Css Color HEX #406834 Green House

📋 copy color: '#406834'

red 64 ◦ green 104 ◦ blue 52

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

Shades of Green House #406834

Tints of Green House #406834

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.27%

 BLUE value IS 52 (20.7% from 255) = 23.64%

R = 29.09%
G = 47.27%
B = 23.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#406834 (or 0x406834) is known color: Green House. HEX triplet: 40, 68 and 34. RGB value is (64,104,52). Sum of RGB (Red+Green+Blue) = 64+104+52=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #406834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406834 is #BF97CB. Grayscale: #565656. Windows color (decimal): -12556236 or 3434560. OLE color: 3434560.

HSL color Cylindrical-coordinate representation of color #406834: hue angle of 106.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #406834 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 104 52 -
CMYK 0.38 0 0.50 0.59
HSL 106.15º 0.33% 0.31% -
HSV(B) 106.15º 0.5% 0.41% -
XYZ 7.68 11.24 5.01 -
YUV 86.11 108.75 112.23 -
System Red Green Blue C M Y K H S L
Decimal 64 104 52 0.38 0 0.50 0.59 106.15 0.33 0.31
Hex 40 68 34 26 0 32 3B 6A 21 1F
Octal 100 150 64 46 0 62 73 152 41 37
Binary 1000000 1101000 110100 100110 0 110010 111011 1101010 100001 11111

Color Harmonies of #406834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406834

Black with #406834

Text Example


Text Example

White with #406834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406834; }

 p { color: rgb(64,104,52); }

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

background-color css

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

 a { background-color: rgb(64,104,52); }

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

border-color css

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

 span { border-color: rgb(64,104,52); }

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