Html Css Color HEX #42643F Grey-Asparagus

📋 copy color: '#42643F'

red 66 ◦ green 100 ◦ blue 63

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

Shades of Grey-Asparagus #42643F

Tints of Grey-Asparagus #42643F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.67%

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

R = 28.82%
G = 43.67%
B = 27.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#42643F (or 0x42643F) is known color: Grey-Asparagus. HEX triplet: 42, 64 and 3F. RGB value is (66,100,63). Sum of RGB (Red+Green+Blue) = 66+100+63=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 100 - color contains mainly: green. Hex color #42643F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42643F is #BD9BC0. Grayscale: #555555. Windows color (decimal): -12426177 or 4154434. OLE color: 4154434.

HSL color Cylindrical-coordinate representation of color #42643F: hue angle of 115.14º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #42643F is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 100 63 -
CMYK 0.34 0 0.37 0.61
HSL 115.14º 0.23% 0.32% -
HSV(B) 115.14º 0.37% 0.39% -
XYZ 7.7 10.63 6.35 -
YUV 85.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 66 100 63 0.34 0 0.37 0.61 115.14 0.23 0.32
Hex 42 64 3F 22 0 25 3D 73 17 20
Octal 102 144 77 42 0 45 75 163 27 40
Binary 1000010 1100100 111111 100010 0 100101 111101 1110011 10111 100000

Color Harmonies of #42643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42643F

Black with #42643F

Text Example


Text Example

White with #42643F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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