Html Css Color HEX #3A534C Corduroy

📋 copy color: '#3A534C'

red 58 ◦ green 83 ◦ blue 76

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

Shades of Corduroy #3A534C

Tints of Corduroy #3A534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.02%

R = 26.73%
G = 38.25%
B = 35.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#3A534C (or 0x3A534C) is known color: Corduroy. HEX triplet: 3A, 53 and 4C. RGB value is (58,83,76). Sum of RGB (Red+Green+Blue) = 58+83+76=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #3A534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A534C is #C5ACB3. Grayscale: #4A4A4A. Windows color (decimal): -12954804 or 5002042. OLE color: 5002042.

HSL color Cylindrical-coordinate representation of color #3A534C: hue angle of 163.2º 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 #3A534C is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 83 76 -
CMYK 0.30 0 0.08 0.67
HSL 163.2º 0.18% 0.28% -
HSV(B) 163.2º 0.3% 0.33% -
XYZ 6.14 7.61 7.98 -
YUV 74.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 58 83 76 0.30 0 0.08 0.67 163.2 0.18 0.28
Hex 3A 53 4C 1E 0 8 43 A3 12 1C
Octal 72 123 114 36 0 10 103 243 22 34
Binary 111010 1010011 1001100 11110 0 1000 1000011 10100011 10010 11100

Color Harmonies of #3A534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A534C

Black with #3A534C

Text Example


Text Example

White with #3A534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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