Html Css Color HEX #3D534B Corduroy

📋 copy color: '#3D534B'

red 61 ◦ green 83 ◦ blue 75

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

Shades of Corduroy #3D534B

Tints of Corduroy #3D534B

RGB

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

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

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

R = 27.85%
G = 37.9%
B = 34.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#3D534B (or 0x3D534B) is known color: Corduroy. HEX triplet: 3D, 53 and 4B. RGB value is (61,83,75). Sum of RGB (Red+Green+Blue) = 61+83+75=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #3D534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D534B is #C2ACB4. Grayscale: #4B4B4B. Windows color (decimal): -12758197 or 4936509. OLE color: 4936509.

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

Color convert

RGB 61 83 75 -
CMYK 0.27 0 0.10 0.67
HSL 158.18º 0.15% 0.28% -
HSV(B) 158.18º 0.27% 0.33% -
XYZ 6.29 7.69 7.81 -
YUV 75.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 61 83 75 0.27 0 0.10 0.67 158.18 0.15 0.28
Hex 3D 53 4B 1B 0 A 43 9E F 1C
Octal 75 123 113 33 0 12 103 236 17 34
Binary 111101 1010011 1001011 11011 0 1010 1000011 10011110 1111 11100

Color Harmonies of #3D534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D534B

Black with #3D534B

Text Example


Text Example

White with #3D534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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