Html Css Color HEX #407338 Green House

📋 copy color: '#407338'

red 64 ◦ green 115 ◦ blue 56

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

Shades of Green House #407338

Tints of Green House #407338

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.94%

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

R = 27.23%
G = 48.94%
B = 23.83%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#407338 (or 0x407338) is known color: Green House. HEX triplet: 40, 73 and 38. RGB value is (64,115,56). Sum of RGB (Red+Green+Blue) = 64+115+56=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #407338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407338 is #BF8CC7. Grayscale: #5D5D5D. Windows color (decimal): -12553416 or 3699520. OLE color: 3699520.

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

Color convert

RGB 64 115 56 -
CMYK 0.44 0 0.51 0.55
HSL 111.86º 0.35% 0.34% -
HSV(B) 111.86º 0.51% 0.45% -
XYZ 8.96 13.64 5.9 -
YUV 93.03 107.1 107.3 -
System Red Green Blue C M Y K H S L
Decimal 64 115 56 0.44 0 0.51 0.55 111.86 0.35 0.34
Hex 40 73 38 2C 0 33 37 70 23 22
Octal 100 163 70 54 0 63 67 160 43 42
Binary 1000000 1110011 111000 101100 0 110011 110111 1110000 100011 100010

Color Harmonies of #407338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407338

Black with #407338

Text Example


Text Example

White with #407338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407338; }

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

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

background-color css

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

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

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

border-color css

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

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

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