Html Css Color HEX #40663B Green House

📋 copy color: '#40663B'

red 64 ◦ green 102 ◦ blue 59

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

Shades of Green House #40663B

Tints of Green House #40663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.33%

 BLUE value IS 59 (23.44% from 255) = 26.22%

R = 28.44%
G = 45.33%
B = 26.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.6

RGB Variations

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

Color information

#40663B (or 0x40663B) is known color: Green House. HEX triplet: 40, 66 and 3B. RGB value is (64,102,59). Sum of RGB (Red+Green+Blue) = 64+102+59=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #40663B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40663B is #BF99C4. Grayscale: #555555. Windows color (decimal): -12556741 or 3892800. OLE color: 3892800.

HSL color Cylindrical-coordinate representation of color #40663B: hue angle of 113.02º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40663B is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 59 -
CMYK 0.37 0 0.42 0.6
HSL 113.02º 0.27% 0.32% -
HSV(B) 113.02º 0.42% 0.4% -
XYZ 7.66 10.91 5.84 -
YUV 85.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 64 102 59 0.37 0 0.42 0.6 113.02 0.27 0.32
Hex 40 66 3B 25 0 2A 3C 71 1B 20
Octal 100 146 73 45 0 52 74 161 33 40
Binary 1000000 1100110 111011 100101 0 101010 111100 1110001 11011 100000

Color Harmonies of #40663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40663B

Black with #40663B

Text Example


Text Example

White with #40663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40663B; }

 p { color: rgb(64,102,59); }

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

background-color css

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

 a { background-color: rgb(64,102,59); }

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

border-color css

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

 span { border-color: rgb(64,102,59); }

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