Html Css Color HEX #3D534D Corduroy

📋 copy color: '#3D534D'

red 61 ◦ green 83 ◦ blue 77

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

Shades of Corduroy #3D534D

Tints of Corduroy #3D534D

RGB

 RED value IS 61 (24.22% from 255) = 27.6%

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

 BLUE value IS 77 (30.47% from 255) = 34.84%

R = 27.6%
G = 37.56%
B = 34.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#3D534D (or 0x3D534D) is known color: Corduroy. HEX triplet: 3D, 53 and 4D. RGB value is (61,83,77). Sum of RGB (Red+Green+Blue) = 61+83+77=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #3D534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D534D is #C2ACB2. Grayscale: #4B4B4B. Windows color (decimal): -12758195 or 5067581. OLE color: 5067581.

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

Color convert

RGB 61 83 77 -
CMYK 0.27 0 0.07 0.67
HSL 163.64º 0.15% 0.28% -
HSV(B) 163.64º 0.27% 0.33% -
XYZ 6.36 7.71 8.18 -
YUV 75.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 61 83 77 0.27 0 0.07 0.67 163.64 0.15 0.28
Hex 3D 53 4D 1B 0 7 43 A4 F 1C
Octal 75 123 115 33 0 7 103 244 17 34
Binary 111101 1010011 1001101 11011 0 111 1000011 10100100 1111 11100

Color Harmonies of #3D534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D534D

Black with #3D534D

Text Example


Text Example

White with #3D534D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,83,77); }

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

background-color css

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

 a { background-color: rgb(61,83,77); }

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

border-color css

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

 span { border-color: rgb(61,83,77); }

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