Html Css Color HEX #42633F Grey-Asparagus

📋 copy color: '#42633F'

red 66 ◦ green 99 ◦ blue 63

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

Shades of Grey-Asparagus #42633F

Tints of Grey-Asparagus #42633F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.42%

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

R = 28.95%
G = 43.42%
B = 27.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#42633F (or 0x42633F) is known color: Grey-Asparagus. HEX triplet: 42, 63 and 3F. RGB value is (66,99,63). Sum of RGB (Red+Green+Blue) = 66+99+63=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #42633F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42633F is #BD9CC0. Grayscale: #555555. Windows color (decimal): -12426433 or 4154178. OLE color: 4154178.

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

Color convert

RGB 66 99 63 -
CMYK 0.33 0 0.36 0.61
HSL 115º 0.22% 0.32% -
HSV(B) 115º 0.36% 0.39% -
XYZ 7.61 10.44 6.32 -
YUV 85.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 66 99 63 0.33 0 0.36 0.61 115 0.22 0.32
Hex 42 63 3F 21 0 24 3D 73 16 20
Octal 102 143 77 41 0 44 75 163 26 40
Binary 1000010 1100011 111111 100001 0 100100 111101 1110011 10110 100000

Color Harmonies of #42633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42633F

Black with #42633F

Text Example


Text Example

White with #42633F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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