Html Css Color HEX #3A534D Corduroy

📋 copy color: '#3A534D'

red 58 ◦ green 83 ◦ blue 77

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

Shades of Corduroy #3A534D

Tints of Corduroy #3A534D

RGB

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

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

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

R = 26.61%
G = 38.07%
B = 35.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#3A534D (or 0x3A534D) is known color: Corduroy. HEX triplet: 3A, 53 and 4D. RGB value is (58,83,77). Sum of RGB (Red+Green+Blue) = 58+83+77=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #3A534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A534D is #C5ACB2. Grayscale: #4A4A4A. Windows color (decimal): -12954803 or 5067578. OLE color: 5067578.

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

Color convert

RGB 58 83 77 -
CMYK 0.30 0 0.07 0.67
HSL 165.6º 0.18% 0.28% -
HSV(B) 165.6º 0.3% 0.33% -
XYZ 6.18 7.62 8.17 -
YUV 74.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 58 83 77 0.30 0 0.07 0.67 165.6 0.18 0.28
Hex 3A 53 4D 1E 0 7 43 A6 12 1C
Octal 72 123 115 36 0 7 103 246 22 34
Binary 111010 1010011 1001101 11110 0 111 1000011 10100110 10010 11100

Color Harmonies of #3A534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A534D

Black with #3A534D

Text Example


Text Example

White with #3A534D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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