Html Css Color HEX #3C534C Corduroy

📋 copy color: '#3C534C'

red 60 ◦ green 83 ◦ blue 76

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

Shades of Corduroy #3C534C

Tints of Corduroy #3C534C

RGB

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

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

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

R = 27.4%
G = 37.9%
B = 34.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#3C534C (or 0x3C534C) is known color: Corduroy. HEX triplet: 3C, 53 and 4C. RGB value is (60,83,76). Sum of RGB (Red+Green+Blue) = 60+83+76=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #3C534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C534C is #C3ACB3. Grayscale: #4B4B4B. Windows color (decimal): -12823732 or 5002044. OLE color: 5002044.

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

Color convert

RGB 60 83 76 -
CMYK 0.28 0 0.08 0.67
HSL 161.74º 0.16% 0.28% -
HSV(B) 161.74º 0.28% 0.33% -
XYZ 6.26 7.67 7.99 -
YUV 75.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 60 83 76 0.28 0 0.08 0.67 161.74 0.16 0.28
Hex 3C 53 4C 1C 0 8 43 A2 10 1C
Octal 74 123 114 34 0 10 103 242 20 34
Binary 111100 1010011 1001100 11100 0 1000 1000011 10100010 10000 11100

Color Harmonies of #3C534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C534C

Black with #3C534C

Text Example


Text Example

White with #3C534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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