Html Css Color HEX #406430 Green House

📋 copy color: '#406430'

red 64 ◦ green 100 ◦ blue 48

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

Shades of Green House #406430

Tints of Green House #406430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.17%

 BLUE value IS 48 (19.14% from 255) = 22.64%

R = 30.19%
G = 47.17%
B = 22.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#406430 (or 0x406430) is known color: Green House. HEX triplet: 40, 64 and 30. RGB value is (64,100,48). Sum of RGB (Red+Green+Blue) = 64+100+48=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 100 - color contains mainly: green. Hex color #406430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406430 is #BF9BCF. Grayscale: #535353. Windows color (decimal): -12557264 or 3171392. OLE color: 3171392.

HSL color Cylindrical-coordinate representation of color #406430: hue angle of 101.54º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #406430 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 100 48 -
CMYK 0.36 0 0.52 0.61
HSL 101.54º 0.35% 0.29% -
HSV(B) 101.54º 0.52% 0.39% -
XYZ 7.21 10.42 4.43 -
YUV 83.31 108.07 114.23 -
System Red Green Blue C M Y K H S L
Decimal 64 100 48 0.36 0 0.52 0.61 101.54 0.35 0.29
Hex 40 64 30 24 0 34 3D 66 23 1D
Octal 100 144 60 44 0 64 75 146 43 35
Binary 1000000 1100100 110000 100100 0 110100 111101 1100110 100011 11101

Color Harmonies of #406430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406430

Black with #406430

Text Example


Text Example

White with #406430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406430; }

 p { color: rgb(64,100,48); }

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

background-color css

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

 a { background-color: rgb(64,100,48); }

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

border-color css

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

 span { border-color: rgb(64,100,48); }

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