Html Css Color HEX #40682E Green House

📋 copy color: '#40682E'

red 64 ◦ green 104 ◦ blue 46

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

Shades of Green House #40682E

Tints of Green House #40682E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.6%

 BLUE value IS 46 (18.36% from 255) = 21.5%

R = 29.91%
G = 48.6%
B = 21.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#40682E (or 0x40682E) is known color: Green House. HEX triplet: 40, 68 and 2E. RGB value is (64,104,46). Sum of RGB (Red+Green+Blue) = 64+104+46=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #40682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40682E is #BF97D1. Grayscale: #555555. Windows color (decimal): -12556242 or 3041344. OLE color: 3041344.

HSL color Cylindrical-coordinate representation of color #40682E: hue angle of 101.38º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40682E is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 104 46 -
CMYK 0.38 0 0.56 0.59
HSL 101.38º 0.39% 0.29% -
HSV(B) 101.38º 0.56% 0.41% -
XYZ 7.56 11.19 4.35 -
YUV 85.43 105.75 112.72 -
System Red Green Blue C M Y K H S L
Decimal 64 104 46 0.38 0 0.56 0.59 101.38 0.39 0.29
Hex 40 68 2E 26 0 38 3B 65 27 1D
Octal 100 150 56 46 0 70 73 145 47 35
Binary 1000000 1101000 101110 100110 0 111000 111011 1100101 100111 11101

Color Harmonies of #40682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40682E

Black with #40682E

Text Example


Text Example

White with #40682E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40682E; }

 p { color: rgb(64,104,46); }

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

background-color css

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

 a { background-color: rgb(64,104,46); }

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

border-color css

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

 span { border-color: rgb(64,104,46); }

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