Html Css Color HEX #42623F Grey-Asparagus

📋 copy color: '#42623F'

red 66 ◦ green 98 ◦ blue 63

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

Shades of Grey-Asparagus #42623F

Tints of Grey-Asparagus #42623F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.17%

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

R = 29.07%
G = 43.17%
B = 27.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#42623F (or 0x42623F) is known color: Grey-Asparagus. HEX triplet: 42, 62 and 3F. RGB value is (66,98,63). Sum of RGB (Red+Green+Blue) = 66+98+63=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #42623F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42623F is #BD9DC0. Grayscale: #545454. Windows color (decimal): -12426689 or 4153922. OLE color: 4153922.

HSL color Cylindrical-coordinate representation of color #42623F: hue angle of 114.86º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #42623F is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 98 63 -
CMYK 0.33 0 0.36 0.62
HSL 114.86º 0.22% 0.32% -
HSV(B) 114.86º 0.36% 0.38% -
XYZ 7.51 10.25 6.29 -
YUV 84.44 115.9 114.85 -
System Red Green Blue C M Y K H S L
Decimal 66 98 63 0.33 0 0.36 0.62 114.86 0.22 0.32
Hex 42 62 3F 21 0 24 3E 73 16 20
Octal 102 142 77 41 0 44 76 163 26 40
Binary 1000010 1100010 111111 100001 0 100100 111110 1110011 10110 100000

Color Harmonies of #42623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42623F

Black with #42623F

Text Example


Text Example

White with #42623F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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