Html Css Color HEX #3A5338 Grey-Asparagus

📋 copy color: '#3A5338'

red 58 ◦ green 83 ◦ blue 56

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

Shades of Grey-Asparagus #3A5338

Tints of Grey-Asparagus #3A5338

RGB

 RED value IS 58 (23.05% from 255) = 29.44%

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

 BLUE value IS 56 (22.27% from 255) = 28.43%

R = 29.44%
G = 42.13%
B = 28.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#3A5338 (or 0x3A5338) is known color: Grey-Asparagus. HEX triplet: 3A, 53 and 38. RGB value is (58,83,56). Sum of RGB (Red+Green+Blue) = 58+83+56=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5338 is #C5ACC7. Grayscale: #484848. Windows color (decimal): -12954824 or 3691322. OLE color: 3691322.

HSL color Cylindrical-coordinate representation of color #3A5338: hue angle of 115.56º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A5338 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 83 56 -
CMYK 0.30 0 0.33 0.67
HSL 115.56º 0.19% 0.27% -
HSV(B) 115.56º 0.33% 0.33% -
XYZ 5.55 7.37 4.87 -
YUV 72.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 58 83 56 0.30 0 0.33 0.67 115.56 0.19 0.27
Hex 3A 53 38 1E 0 21 43 74 13 1B
Octal 72 123 70 36 0 41 103 164 23 33
Binary 111010 1010011 111000 11110 0 100001 1000011 1110100 10011 11011

Color Harmonies of #3A5338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5338

Black with #3A5338

Text Example


Text Example

White with #3A5338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5338; }

 p { color: rgb(58,83,56); }

 H1.HeaderClassName
 {
   color: #3A5338;
 }
 .AnyTagClassName
 {
   color: #3A5338;
 }
</style>

background-color css

<style>
 a { background-color: #3A5338; }

 a { background-color: rgb(58,83,56); }

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

border-color css

<style>
 span { border-color: #3A5338; }

 span { border-color: rgb(58,83,56); }

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