Html Css Color HEX #3D524B Corduroy

📋 copy color: '#3D524B'

red 61 ◦ green 82 ◦ blue 75

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

Shades of Corduroy #3D524B

Tints of Corduroy #3D524B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.61%

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

R = 27.98%
G = 37.61%
B = 34.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#3D524B (or 0x3D524B) is known color: Corduroy. HEX triplet: 3D, 52 and 4B. RGB value is (61,82,75). Sum of RGB (Red+Green+Blue) = 61+82+75=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 82 - color contains mainly: green. Hex color #3D524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D524B is #C2ADB4. Grayscale: #4A4A4A. Windows color (decimal): -12758453 or 4936253. OLE color: 4936253.

HSL color Cylindrical-coordinate representation of color #3D524B: hue angle of 160º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D524B is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 61 82 75 -
CMYK 0.26 0 0.09 0.68
HSL 160º 0.15% 0.28% -
HSV(B) 160º 0.26% 0.32% -
XYZ 6.21 7.53 7.78 -
YUV 74.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 61 82 75 0.26 0 0.09 0.68 160 0.15 0.28
Hex 3D 52 4B 1A 0 9 44 A0 F 1C
Octal 75 122 113 32 0 11 104 240 17 34
Binary 111101 1010010 1001011 11010 0 1001 1000100 10100000 1111 11100

Color Harmonies of #3D524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D524B

Black with #3D524B

Text Example


Text Example

White with #3D524B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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