Html Css Color HEX #3C534B Corduroy

📋 copy color: '#3C534B'

red 60 ◦ green 83 ◦ blue 75

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

Shades of Corduroy #3C534B

Tints of Corduroy #3C534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 27.52%
G = 38.07%
B = 34.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#3C534B (or 0x3C534B) is known color: Corduroy. HEX triplet: 3C, 53 and 4B. RGB value is (60,83,75). Sum of RGB (Red+Green+Blue) = 60+83+75=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #3C534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C534B is #C3ACB4. Grayscale: #4B4B4B. Windows color (decimal): -12823733 or 4936508. OLE color: 4936508.

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

Color convert

RGB 60 83 75 -
CMYK 0.28 0 0.10 0.67
HSL 159.13º 0.16% 0.28% -
HSV(B) 159.13º 0.28% 0.33% -
XYZ 6.23 7.66 7.81 -
YUV 75.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 60 83 75 0.28 0 0.10 0.67 159.13 0.16 0.28
Hex 3C 53 4B 1C 0 A 43 9F 10 1C
Octal 74 123 113 34 0 12 103 237 20 34
Binary 111100 1010011 1001011 11100 0 1010 1000011 10011111 10000 11100

Color Harmonies of #3C534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C534B

Black with #3C534B

Text Example


Text Example

White with #3C534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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