Html Css Color HEX #407035 Green House

📋 copy color: '#407035'

red 64 ◦ green 112 ◦ blue 53

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

Shades of Green House #407035

Tints of Green House #407035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.91%

 BLUE value IS 53 (21.09% from 255) = 23.14%

R = 27.95%
G = 48.91%
B = 23.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#407035 (or 0x407035) is known color: Green House. HEX triplet: 40, 70 and 35. RGB value is (64,112,53). Sum of RGB (Red+Green+Blue) = 64+112+53=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #407035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407035 is #BF8FCA. Grayscale: #5B5B5B. Windows color (decimal): -12554187 or 3502144. OLE color: 3502144.

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

Color convert

RGB 64 112 53 -
CMYK 0.43 0 0.53 0.56
HSL 108.81º 0.36% 0.32% -
HSV(B) 108.81º 0.53% 0.44% -
XYZ 8.55 12.94 5.41 -
YUV 90.92 106.6 108.8 -
System Red Green Blue C M Y K H S L
Decimal 64 112 53 0.43 0 0.53 0.56 108.81 0.36 0.32
Hex 40 70 35 2B 0 35 38 6D 24 20
Octal 100 160 65 53 0 65 70 155 44 40
Binary 1000000 1110000 110101 101011 0 110101 111000 1101101 100100 100000

Color Harmonies of #407035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407035

Black with #407035

Text Example


Text Example

White with #407035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407035; }

 p { color: rgb(64,112,53); }

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

background-color css

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

 a { background-color: rgb(64,112,53); }

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

border-color css

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

 span { border-color: rgb(64,112,53); }

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