Html Css Color HEX #42693F Grey-Asparagus

📋 copy color: '#42693F'

red 66 ◦ green 105 ◦ blue 63

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

Shades of Grey-Asparagus #42693F

Tints of Grey-Asparagus #42693F

RGB

 RED value IS 66 (26.17% from 255) = 28.21%

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

 BLUE value IS 63 (25% from 255) = 26.92%

R = 28.21%
G = 44.87%
B = 26.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#42693F (or 0x42693F) is known color: Grey-Asparagus. HEX triplet: 42, 69 and 3F. RGB value is (66,105,63). Sum of RGB (Red+Green+Blue) = 66+105+63=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #42693F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42693F is #BD96C0. Grayscale: #585858. Windows color (decimal): -12424897 or 4155714. OLE color: 4155714.

HSL color Cylindrical-coordinate representation of color #42693F: hue angle of 115.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42693F is Cyan = 0.37, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 63 -
CMYK 0.37 0 0.4 0.59
HSL 115.71º 0.25% 0.33% -
HSV(B) 115.71º 0.4% 0.41% -
XYZ 8.2 11.62 6.51 -
YUV 88.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 66 105 63 0.37 0 0.4 0.59 115.71 0.25 0.33
Hex 42 69 3F 25 0 28 3B 74 19 21
Octal 102 151 77 45 0 50 73 164 31 41
Binary 1000010 1101001 111111 100101 0 101000 111011 1110100 11001 100001

Color Harmonies of #42693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42693F

Black with #42693F

Text Example


Text Example

White with #42693F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,105,63); }

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

background-color css

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

 a { background-color: rgb(66,105,63); }

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

border-color css

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

 span { border-color: rgb(66,105,63); }

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