Html Css Color HEX #406938 Green House

📋 copy color: '#406938'

red 64 ◦ green 105 ◦ blue 56

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

Shades of Green House #406938

Tints of Green House #406938

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.67%

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

R = 28.44%
G = 46.67%
B = 24.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#406938 (or 0x406938) is known color: Green House. HEX triplet: 40, 69 and 38. RGB value is (64,105,56). Sum of RGB (Red+Green+Blue) = 64+105+56=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #406938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406938 is #BF96C7. Grayscale: #575757. Windows color (decimal): -12555976 or 3696960. OLE color: 3696960.

HSL color Cylindrical-coordinate representation of color #406938: hue angle of 110.2º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #406938 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 105 56 -
CMYK 0.39 0 0.47 0.59
HSL 110.2º 0.3% 0.32% -
HSV(B) 110.2º 0.47% 0.41% -
XYZ 7.88 11.48 5.54 -
YUV 87.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 64 105 56 0.39 0 0.47 0.59 110.2 0.3 0.32
Hex 40 69 38 27 0 2F 3B 6E 1E 20
Octal 100 151 70 47 0 57 73 156 36 40
Binary 1000000 1101001 111000 100111 0 101111 111011 1101110 11110 100000

Color Harmonies of #406938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406938

Black with #406938

Text Example


Text Example

White with #406938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406938; }

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

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

background-color css

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

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

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

border-color css

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

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

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