Html Css Color HEX #40603A Green House

📋 copy color: '#40603A'

red 64 ◦ green 96 ◦ blue 58

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

Shades of Green House #40603A

Tints of Green House #40603A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 29.36%
G = 44.04%
B = 26.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#40603A (or 0x40603A) is known color: Green House. HEX triplet: 40, 60 and 3A. RGB value is (64,96,58). Sum of RGB (Red+Green+Blue) = 64+96+58=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #40603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40603A is #BF9FC5. Grayscale: #525252. Windows color (decimal): -12558278 or 3825728. OLE color: 3825728.

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

Color convert

RGB 64 96 58 -
CMYK 0.33 0 0.40 0.62
HSL 110.53º 0.25% 0.3% -
HSV(B) 110.53º 0.4% 0.38% -
XYZ 7.06 9.76 5.51 -
YUV 82.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 64 96 58 0.33 0 0.40 0.62 110.53 0.25 0.3
Hex 40 60 3A 21 0 28 3E 6F 19 1E
Octal 100 140 72 41 0 50 76 157 31 36
Binary 1000000 1100000 111010 100001 0 101000 111110 1101111 11001 11110

Color Harmonies of #40603A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40603A

Black with #40603A

Text Example


Text Example

White with #40603A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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