Html Css Color HEX #3A544D Corduroy

📋 copy color: '#3A544D'

red 58 ◦ green 84 ◦ blue 77

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

Shades of Corduroy #3A544D

Tints of Corduroy #3A544D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.36%

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 26.48%
G = 38.36%
B = 35.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#3A544D (or 0x3A544D) is known color: Corduroy. HEX triplet: 3A, 54 and 4D. RGB value is (58,84,77). Sum of RGB (Red+Green+Blue) = 58+84+77=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #3A544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A544D is #C5ABB2. Grayscale: #4B4B4B. Windows color (decimal): -12954547 or 5067834. OLE color: 5067834.

HSL color Cylindrical-coordinate representation of color #3A544D: hue angle of 163.85º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A544D is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 84 77 -
CMYK 0.31 0 0.08 0.67
HSL 163.85º 0.18% 0.28% -
HSV(B) 163.85º 0.31% 0.33% -
XYZ 6.25 7.78 8.19 -
YUV 75.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 58 84 77 0.31 0 0.08 0.67 163.85 0.18 0.28
Hex 3A 54 4D 1F 0 8 43 A4 12 1C
Octal 72 124 115 37 0 10 103 244 22 34
Binary 111010 1010100 1001101 11111 0 1000 1000011 10100100 10010 11100

Color Harmonies of #3A544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A544D

Black with #3A544D

Text Example


Text Example

White with #3A544D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,84,77); }

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

background-color css

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

 a { background-color: rgb(58,84,77); }

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

border-color css

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

 span { border-color: rgb(58,84,77); }

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