Html Css Color HEX #407130 Green House

📋 copy color: '#407130'

red 64 ◦ green 113 ◦ blue 48

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

Shades of Green House #407130

Tints of Green House #407130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.22%

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

R = 28.44%
G = 50.22%
B = 21.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#407130 (or 0x407130) is known color: Green House. HEX triplet: 40, 71 and 30. RGB value is (64,113,48). Sum of RGB (Red+Green+Blue) = 64+113+48=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #407130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407130 is #BF8ECF. Grayscale: #5B5B5B. Windows color (decimal): -12553936 or 3174720. OLE color: 3174720.

HSL color Cylindrical-coordinate representation of color #407130: hue angle of 105.23º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #407130 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 48 -
CMYK 0.43 0 0.58 0.56
HSL 105.23º 0.4% 0.32% -
HSV(B) 105.23º 0.58% 0.44% -
XYZ 8.55 13.11 4.88 -
YUV 90.94 103.77 108.79 -
System Red Green Blue C M Y K H S L
Decimal 64 113 48 0.43 0 0.58 0.56 105.23 0.4 0.32
Hex 40 71 30 2B 0 3A 38 69 28 20
Octal 100 161 60 53 0 72 70 151 50 40
Binary 1000000 1110001 110000 101011 0 111010 111000 1101001 101000 100000

Color Harmonies of #407130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407130

Black with #407130

Text Example


Text Example

White with #407130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407130; }

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

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

background-color css

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

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

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

border-color css

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

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

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