Html Css Color HEX #3C524C Corduroy

📋 copy color: '#3C524C'

red 60 ◦ green 82 ◦ blue 76

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

Shades of Corduroy #3C524C

Tints of Corduroy #3C524C

RGB

 RED value IS 60 (23.83% from 255) = 27.52%

 GREEN value IS 82 (32.42% from 255) = 37.61%

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

R = 27.52%
G = 37.61%
B = 34.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#3C524C (or 0x3C524C) is known color: Corduroy. HEX triplet: 3C, 52 and 4C. RGB value is (60,82,76). Sum of RGB (Red+Green+Blue) = 60+82+76=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 82 - color contains mainly: green. Hex color #3C524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C524C is #C3ADB3. Grayscale: #4A4A4A. Windows color (decimal): -12823988 or 5001788. OLE color: 5001788.

HSL color Cylindrical-coordinate representation of color #3C524C: hue angle of 163.64º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C524C is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 82 76 -
CMYK 0.27 0 0.07 0.68
HSL 163.64º 0.15% 0.28% -
HSV(B) 163.64º 0.27% 0.32% -
XYZ 6.19 7.52 7.96 -
YUV 74.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 60 82 76 0.27 0 0.07 0.68 163.64 0.15 0.28
Hex 3C 52 4C 1B 0 7 44 A4 F 1C
Octal 74 122 114 33 0 7 104 244 17 34
Binary 111100 1010010 1001100 11011 0 111 1000100 10100100 1111 11100

Color Harmonies of #3C524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C524C

Black with #3C524C

Text Example


Text Example

White with #3C524C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,82,76); }

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

background-color css

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

 a { background-color: rgb(60,82,76); }

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

border-color css

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

 span { border-color: rgb(60,82,76); }

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