Html Css Color HEX #407135 Green House

📋 copy color: '#407135'

red 64 ◦ green 113 ◦ blue 53

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

Shades of Green House #407135

Tints of Green House #407135

RGB

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

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

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

R = 27.83%
G = 49.13%
B = 23.04%

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

#407135 (or 0x407135) is known color: Green House. HEX triplet: 40, 71 and 35. RGB value is (64,113,53). Sum of RGB (Red+Green+Blue) = 64+113+53=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #407135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407135 is #BF8ECA. Grayscale: #5B5B5B. Windows color (decimal): -12553931 or 3502400. OLE color: 3502400.

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

Color convert

RGB 64 113 53 -
CMYK 0.43 0 0.53 0.56
HSL 109º 0.36% 0.33% -
HSV(B) 109º 0.53% 0.44% -
XYZ 8.66 13.16 5.45 -
YUV 91.51 106.27 108.38 -
System Red Green Blue C M Y K H S L
Decimal 64 113 53 0.43 0 0.53 0.56 109 0.36 0.33
Hex 40 71 35 2B 0 35 38 6D 24 21
Octal 100 161 65 53 0 65 70 155 44 41
Binary 1000000 1110001 110101 101011 0 110101 111000 1101101 100100 100001

Color Harmonies of #407135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407135

Black with #407135

Text Example


Text Example

White with #407135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407135; }

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

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

background-color css

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

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

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

border-color css

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

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

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