Html Css Color HEX #40682F Green House

📋 copy color: '#40682F'

red 64 ◦ green 104 ◦ blue 47

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

Shades of Green House #40682F

Tints of Green House #40682F

RGB

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

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

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

R = 29.77%
G = 48.37%
B = 21.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#40682F (or 0x40682F) is known color: Green House. HEX triplet: 40, 68 and 2F. RGB value is (64,104,47). Sum of RGB (Red+Green+Blue) = 64+104+47=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #40682F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40682F is #BF97D0. Grayscale: #555555. Windows color (decimal): -12556241 or 3106880. OLE color: 3106880.

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

Color convert

RGB 64 104 47 -
CMYK 0.38 0 0.55 0.59
HSL 102.11º 0.38% 0.3% -
HSV(B) 102.11º 0.55% 0.41% -
XYZ 7.58 11.2 4.45 -
YUV 85.54 106.25 112.63 -
System Red Green Blue C M Y K H S L
Decimal 64 104 47 0.38 0 0.55 0.59 102.11 0.38 0.3
Hex 40 68 2F 26 0 37 3B 66 26 1E
Octal 100 150 57 46 0 67 73 146 46 36
Binary 1000000 1101000 101111 100110 0 110111 111011 1100110 100110 11110

Color Harmonies of #40682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40682F

Black with #40682F

Text Example


Text Example

White with #40682F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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