Html Css Color HEX #40693A Green House

📋 copy color: '#40693A'

red 64 ◦ green 105 ◦ blue 58

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

Shades of Green House #40693A

Tints of Green House #40693A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.26%

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

R = 28.19%
G = 46.26%
B = 25.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#40693A (or 0x40693A) is known color: Green House. HEX triplet: 40, 69 and 3A. RGB value is (64,105,58). Sum of RGB (Red+Green+Blue) = 64+105+58=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #40693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40693A is #BF96C5. Grayscale: #575757. Windows color (decimal): -12555974 or 3828032. OLE color: 3828032.

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

Color convert

RGB 64 105 58 -
CMYK 0.39 0 0.45 0.59
HSL 112.34º 0.29% 0.32% -
HSV(B) 112.34º 0.45% 0.41% -
XYZ 7.93 11.5 5.8 -
YUV 87.38 111.42 111.32 -
System Red Green Blue C M Y K H S L
Decimal 64 105 58 0.39 0 0.45 0.59 112.34 0.29 0.32
Hex 40 69 3A 27 0 2D 3B 70 1D 20
Octal 100 151 72 47 0 55 73 160 35 40
Binary 1000000 1101001 111010 100111 0 101101 111011 1110000 11101 100000

Color Harmonies of #40693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40693A

Black with #40693A

Text Example


Text Example

White with #40693A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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