Html Css Color HEX #3C4B44 Corduroy

📋 copy color: '#3C4B44'

red 60 ◦ green 75 ◦ blue 68

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

Shades of Corduroy #3C4B44

Tints of Corduroy #3C4B44

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.95%

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 29.56%
G = 36.95%
B = 33.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#3C4B44 (or 0x3C4B44) is known color: Corduroy. HEX triplet: 3C, 4B and 44. RGB value is (60,75,68). Sum of RGB (Red+Green+Blue) = 60+75+68=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4B44 is #C3B4BB. Grayscale: #454545. Windows color (decimal): -12825788 or 4475708. OLE color: 4475708.

HSL color Cylindrical-coordinate representation of color #3C4B44: hue angle of 152º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3C4B44 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 75 68 -
CMYK 0.20 0 0.09 0.71
HSL 152º 0.11% 0.26% -
HSV(B) 152º 0.2% 0.29% -
XYZ 5.42 6.41 6.42 -
YUV 69.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 60 75 68 0.20 0 0.09 0.71 152 0.11 0.26
Hex 3C 4B 44 14 0 9 47 98 B 1A
Octal 74 113 104 24 0 11 107 230 13 32
Binary 111100 1001011 1000100 10100 0 1001 1000111 10011000 1011 11010

Color Harmonies of #3C4B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4B44

Black with #3C4B44

Text Example


Text Example

White with #3C4B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,75,68); }

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

background-color css

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

 a { background-color: rgb(60,75,68); }

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

border-color css

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

 span { border-color: rgb(60,75,68); }

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