Html Css Color HEX #40612F Green House

📋 copy color: '#40612F'

red 64 ◦ green 97 ◦ blue 47

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

Shades of Green House #40612F

Tints of Green House #40612F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.63%

 BLUE value IS 47 (18.75% from 255) = 22.6%

R = 30.77%
G = 46.63%
B = 22.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#40612F (or 0x40612F) is known color: Green House. HEX triplet: 40, 61 and 2F. RGB value is (64,97,47). Sum of RGB (Red+Green+Blue) = 64+97+47=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #40612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40612F is #BF9ED0. Grayscale: #515151. Windows color (decimal): -12558033 or 3105088. OLE color: 3105088.

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

Color convert

RGB 64 97 47 -
CMYK 0.34 0 0.52 0.62
HSL 99.6º 0.35% 0.28% -
HSV(B) 99.6º 0.52% 0.38% -
XYZ 6.9 9.84 4.23 -
YUV 81.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 64 97 47 0.34 0 0.52 0.62 99.6 0.35 0.28
Hex 40 61 2F 22 0 34 3E 64 23 1C
Octal 100 141 57 42 0 64 76 144 43 34
Binary 1000000 1100001 101111 100010 0 110100 111110 1100100 100011 11100

Color Harmonies of #40612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40612F

Black with #40612F

Text Example


Text Example

White with #40612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40612F; }

 p { color: rgb(64,97,47); }

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

background-color css

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

 a { background-color: rgb(64,97,47); }

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

border-color css

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

 span { border-color: rgb(64,97,47); }

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