Html Css Color HEX #406130 Green House

📋 copy color: '#406130'

red 64 ◦ green 97 ◦ blue 48

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

Shades of Green House #406130

Tints of Green House #406130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.41%

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

R = 30.62%
G = 46.41%
B = 22.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#406130 (or 0x406130) is known color: Green House. HEX triplet: 40, 61 and 30. RGB value is (64,97,48). Sum of RGB (Red+Green+Blue) = 64+97+48=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #406130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406130 is #BF9ECF. Grayscale: #515151. Windows color (decimal): -12558032 or 3170624. OLE color: 3170624.

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

Color convert

RGB 64 97 48 -
CMYK 0.34 0 0.51 0.62
HSL 100.41º 0.34% 0.28% -
HSV(B) 100.41º 0.51% 0.38% -
XYZ 6.92 9.85 4.33 -
YUV 81.55 109.07 115.48 -
System Red Green Blue C M Y K H S L
Decimal 64 97 48 0.34 0 0.51 0.62 100.41 0.34 0.28
Hex 40 61 30 22 0 33 3E 64 22 1C
Octal 100 141 60 42 0 63 76 144 42 34
Binary 1000000 1100001 110000 100010 0 110011 111110 1100100 100010 11100

Color Harmonies of #406130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406130

Black with #406130

Text Example


Text Example

White with #406130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406130; }

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

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

background-color css

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

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

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

border-color css

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

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

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