Html Css Color HEX #407230 Green House

📋 copy color: '#407230'

red 64 ◦ green 114 ◦ blue 48

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

Shades of Green House #407230

Tints of Green House #407230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.44%

 BLUE value IS 48 (19.14% from 255) = 21.24%

R = 28.32%
G = 50.44%
B = 21.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#407230 (or 0x407230) is known color: Green House. HEX triplet: 40, 72 and 30. RGB value is (64,114,48). Sum of RGB (Red+Green+Blue) = 64+114+48=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #407230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407230 is #BF8DCF. Grayscale: #5B5B5B. Windows color (decimal): -12553680 or 3174976. OLE color: 3174976.

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

Color convert

RGB 64 114 48 -
CMYK 0.44 0 0.58 0.55
HSL 105.45º 0.41% 0.32% -
HSV(B) 105.45º 0.58% 0.45% -
XYZ 8.67 13.34 4.91 -
YUV 91.53 103.44 108.37 -
System Red Green Blue C M Y K H S L
Decimal 64 114 48 0.44 0 0.58 0.55 105.45 0.41 0.32
Hex 40 72 30 2C 0 3A 37 69 29 20
Octal 100 162 60 54 0 72 67 151 51 40
Binary 1000000 1110010 110000 101100 0 111010 110111 1101001 101001 100000

Color Harmonies of #407230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407230

Black with #407230

Text Example


Text Example

White with #407230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407230; }

 p { color: rgb(64,114,48); }

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

background-color css

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

 a { background-color: rgb(64,114,48); }

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

border-color css

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

 span { border-color: rgb(64,114,48); }

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