Html Css Color HEX #406F33 Green House

📋 copy color: '#406F33'

red 64 ◦ green 111 ◦ blue 51

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

Shades of Green House #406F33

Tints of Green House #406F33

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.12%

 BLUE value IS 51 (20.31% from 255) = 22.57%

R = 28.32%
G = 49.12%
B = 22.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#406F33 (or 0x406F33) is known color: Green House. HEX triplet: 40, 6F and 33. RGB value is (64,111,51). Sum of RGB (Red+Green+Blue) = 64+111+51=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #406F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406F33 is #BF90CC. Grayscale: #5A5A5A. Windows color (decimal): -12554445 or 3370816. OLE color: 3370816.

HSL color Cylindrical-coordinate representation of color #406F33: hue angle of 107º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #406F33 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 111 51 -
CMYK 0.42 0 0.54 0.56
HSL 107º 0.37% 0.32% -
HSV(B) 107º 0.54% 0.44% -
XYZ 8.4 12.7 5.14 -
YUV 90.11 105.93 109.38 -
System Red Green Blue C M Y K H S L
Decimal 64 111 51 0.42 0 0.54 0.56 107 0.37 0.32
Hex 40 6F 33 2A 0 36 38 6B 25 20
Octal 100 157 63 52 0 66 70 153 45 40
Binary 1000000 1101111 110011 101010 0 110110 111000 1101011 100101 100000

Color Harmonies of #406F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F33

Black with #406F33

Text Example


Text Example

White with #406F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406F33; }

 p { color: rgb(64,111,51); }

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

background-color css

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

 a { background-color: rgb(64,111,51); }

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

border-color css

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

 span { border-color: rgb(64,111,51); }

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