Html Css Color HEX #40603B Green House

📋 copy color: '#40603B'

red 64 ◦ green 96 ◦ blue 59

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

Shades of Green House #40603B

Tints of Green House #40603B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.84%

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

R = 29.22%
G = 43.84%
B = 26.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#40603B (or 0x40603B) is known color: Green House. HEX triplet: 40, 60 and 3B. RGB value is (64,96,59). Sum of RGB (Red+Green+Blue) = 64+96+59=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #40603B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40603B is #BF9FC4. Grayscale: #525252. Windows color (decimal): -12558277 or 3891264. OLE color: 3891264.

HSL color Cylindrical-coordinate representation of color #40603B: hue angle of 111.89º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #40603B is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 59 -
CMYK 0.33 0 0.39 0.62
HSL 111.89º 0.24% 0.3% -
HSV(B) 111.89º 0.39% 0.38% -
XYZ 7.09 9.77 5.65 -
YUV 82.21 114.9 115.01 -
System Red Green Blue C M Y K H S L
Decimal 64 96 59 0.33 0 0.39 0.62 111.89 0.24 0.3
Hex 40 60 3B 21 0 27 3E 70 18 1E
Octal 100 140 73 41 0 47 76 160 30 36
Binary 1000000 1100000 111011 100001 0 100111 111110 1110000 11000 11110

Color Harmonies of #40603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40603B

Black with #40603B

Text Example


Text Example

White with #40603B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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