Html Css Color HEX #3C544E Corduroy

📋 copy color: '#3C544E'

red 60 ◦ green 84 ◦ blue 78

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

Shades of Corduroy #3C544E

Tints of Corduroy #3C544E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.14%

R = 27.03%
G = 37.84%
B = 35.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#3C544E (or 0x3C544E) is known color: Corduroy. HEX triplet: 3C, 54 and 4E. RGB value is (60,84,78). Sum of RGB (Red+Green+Blue) = 60+84+78=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #3C544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C544E is #C3ABB1. Grayscale: #4C4C4C. Windows color (decimal): -12823474 or 5133372. OLE color: 5133372.

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

Color convert

RGB 60 84 78 -
CMYK 0.29 0 0.07 0.67
HSL 165º 0.17% 0.28% -
HSV(B) 165º 0.29% 0.33% -
XYZ 6.41 7.85 8.39 -
YUV 76.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 60 84 78 0.29 0 0.07 0.67 165 0.17 0.28
Hex 3C 54 4E 1D 0 7 43 A5 11 1C
Octal 74 124 116 35 0 7 103 245 21 34
Binary 111100 1010100 1001110 11101 0 111 1000011 10100101 10001 11100

Color Harmonies of #3C544E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C544E

Black with #3C544E

Text Example


Text Example

White with #3C544E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,84,78); }

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

background-color css

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

 a { background-color: rgb(60,84,78); }

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

border-color css

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

 span { border-color: rgb(60,84,78); }

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