Html Css Color HEX #42653F Grey-Asparagus

📋 copy color: '#42653F'

red 66 ◦ green 101 ◦ blue 63

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

Shades of Grey-Asparagus #42653F

Tints of Grey-Asparagus #42653F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.91%

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

R = 28.7%
G = 43.91%
B = 27.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#42653F (or 0x42653F) is known color: Grey-Asparagus. HEX triplet: 42, 65 and 3F. RGB value is (66,101,63). Sum of RGB (Red+Green+Blue) = 66+101+63=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #42653F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42653F is #BD9AC0. Grayscale: #565656. Windows color (decimal): -12425921 or 4154690. OLE color: 4154690.

HSL color Cylindrical-coordinate representation of color #42653F: hue angle of 115.26º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42653F is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 101 63 -
CMYK 0.35 0 0.38 0.60
HSL 115.26º 0.23% 0.32% -
HSV(B) 115.26º 0.38% 0.4% -
XYZ 7.8 10.82 6.38 -
YUV 86.2 114.9 113.59 -
System Red Green Blue C M Y K H S L
Decimal 66 101 63 0.35 0 0.38 0.60 115.26 0.23 0.32
Hex 42 65 3F 23 0 26 3C 73 17 20
Octal 102 145 77 43 0 46 74 163 27 40
Binary 1000010 1100101 111111 100011 0 100110 111100 1110011 10111 100000

Color Harmonies of #42653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42653F

Black with #42653F

Text Example


Text Example

White with #42653F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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