Html Css Color HEX #406030 Green House

📋 copy color: '#406030'

red 64 ◦ green 96 ◦ blue 48

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

Shades of Green House #406030

Tints of Green House #406030

RGB

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

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

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

R = 30.77%
G = 46.15%
B = 23.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#406030 (or 0x406030) is known color: Green House. HEX triplet: 40, 60 and 30. RGB value is (64,96,48). Sum of RGB (Red+Green+Blue) = 64+96+48=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #406030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406030 is #BF9FCF. Grayscale: #515151. Windows color (decimal): -12558288 or 3170368. OLE color: 3170368.

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

Color convert

RGB 64 96 48 -
CMYK 0.33 0 0.50 0.62
HSL 100º 0.33% 0.28% -
HSV(B) 100º 0.5% 0.38% -
XYZ 6.83 9.67 4.3 -
YUV 80.96 109.4 115.9 -
System Red Green Blue C M Y K H S L
Decimal 64 96 48 0.33 0 0.50 0.62 100 0.33 0.28
Hex 40 60 30 21 0 32 3E 64 21 1C
Octal 100 140 60 41 0 62 76 144 41 34
Binary 1000000 1100000 110000 100001 0 110010 111110 1100100 100001 11100

Color Harmonies of #406030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406030

Black with #406030

Text Example


Text Example

White with #406030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406030; }

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

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

background-color css

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

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

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

border-color css

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

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

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