Html Css Color HEX #407535 Green House

📋 copy color: '#407535'

red 64 ◦ green 117 ◦ blue 53

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

Shades of Green House #407535

Tints of Green House #407535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50%

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

R = 27.35%
G = 50%
B = 22.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#407535 (or 0x407535) is known color: Green House. HEX triplet: 40, 75 and 35. RGB value is (64,117,53). Sum of RGB (Red+Green+Blue) = 64+117+53=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #407535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407535 is #BF8ACA. Grayscale: #5E5E5E. Windows color (decimal): -12552907 or 3503424. OLE color: 3503424.

HSL color Cylindrical-coordinate representation of color #407535: hue angle of 109.69º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #407535 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 53 -
CMYK 0.45 0 0.55 0.54
HSL 109.69º 0.38% 0.33% -
HSV(B) 109.69º 0.55% 0.46% -
XYZ 9.12 14.07 5.6 -
YUV 93.86 104.94 106.7 -
System Red Green Blue C M Y K H S L
Decimal 64 117 53 0.45 0 0.55 0.54 109.69 0.38 0.33
Hex 40 75 35 2D 0 37 36 6E 26 21
Octal 100 165 65 55 0 67 66 156 46 41
Binary 1000000 1110101 110101 101101 0 110111 110110 1101110 100110 100001

Color Harmonies of #407535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407535

Black with #407535

Text Example


Text Example

White with #407535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407535; }

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

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

background-color css

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

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

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

border-color css

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

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

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