Html Css Color HEX #42533D Grey-Asparagus

📋 copy color: '#42533D'

red 66 ◦ green 83 ◦ blue 61

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

Shades of Grey-Asparagus #42533D

Tints of Grey-Asparagus #42533D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.52%

 BLUE value IS 61 (24.22% from 255) = 29.05%

R = 31.43%
G = 39.52%
B = 29.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#42533D (or 0x42533D) is known color: Grey-Asparagus. HEX triplet: 42, 53 and 3D. RGB value is (66,83,61). Sum of RGB (Red+Green+Blue) = 66+83+61=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #42533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42533D is #BDACC2. Grayscale: #4B4B4B. Windows color (decimal): -12430531 or 4019010. OLE color: 4019010.

HSL color Cylindrical-coordinate representation of color #42533D: hue angle of 106.36º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42533D is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 83 61 -
CMYK 0.20 0 0.27 0.67
HSL 106.36º 0.15% 0.28% -
HSV(B) 106.36º 0.27% 0.33% -
XYZ 6.18 7.68 5.57 -
YUV 75.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 66 83 61 0.20 0 0.27 0.67 106.36 0.15 0.28
Hex 42 53 3D 14 0 1B 43 6A F 1C
Octal 102 123 75 24 0 33 103 152 17 34
Binary 1000010 1010011 111101 10100 0 11011 1000011 1101010 1111 11100

Color Harmonies of #42533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42533D

Black with #42533D

Text Example


Text Example

White with #42533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42533D; }

 p { color: rgb(66,83,61); }

 H1.HeaderClassName
 {
   color: #42533D;
 }
 .AnyTagClassName
 {
   color: #42533D;
 }
</style>

background-color css

<style>
 a { background-color: #42533D; }

 a { background-color: rgb(66,83,61); }

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

border-color css

<style>
 span { border-color: #42533D; }

 span { border-color: rgb(66,83,61); }

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