Html Css Color HEX #407438 Green House

📋 copy color: '#407438'

red 64 ◦ green 116 ◦ blue 56

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

Shades of Green House #407438

Tints of Green House #407438

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.15%

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 27.12%
G = 49.15%
B = 23.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#407438 (or 0x407438) is known color: Green House. HEX triplet: 40, 74 and 38. RGB value is (64,116,56). Sum of RGB (Red+Green+Blue) = 64+116+56=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #407438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407438 is #BF8BC7. Grayscale: #5D5D5D. Windows color (decimal): -12553160 or 3699776. OLE color: 3699776.

HSL color Cylindrical-coordinate representation of color #407438: hue angle of 112º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407438 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 116 56 -
CMYK 0.45 0 0.52 0.55
HSL 112º 0.35% 0.34% -
HSV(B) 112º 0.52% 0.45% -
XYZ 9.07 13.87 5.94 -
YUV 93.61 106.77 106.88 -
System Red Green Blue C M Y K H S L
Decimal 64 116 56 0.45 0 0.52 0.55 112 0.35 0.34
Hex 40 74 38 2D 0 34 37 70 23 22
Octal 100 164 70 55 0 64 67 160 43 42
Binary 1000000 1110100 111000 101101 0 110100 110111 1110000 100011 100010

Color Harmonies of #407438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407438

Black with #407438

Text Example


Text Example

White with #407438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407438; }

 p { color: rgb(64,116,56); }

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

background-color css

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

 a { background-color: rgb(64,116,56); }

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

border-color css

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

 span { border-color: rgb(64,116,56); }

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