Html Css Color HEX #3D564F Corduroy

📋 copy color: '#3D564F'

red 61 ◦ green 86 ◦ blue 79

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

Shades of Corduroy #3D564F

Tints of Corduroy #3D564F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.05%

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 26.99%
G = 38.05%
B = 34.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#3D564F (or 0x3D564F) is known color: Corduroy. HEX triplet: 3D, 56 and 4F. RGB value is (61,86,79). Sum of RGB (Red+Green+Blue) = 61+86+79=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 86 - color contains mainly: green. Hex color #3D564F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D564F is #C2A9B0. Grayscale: #4D4D4D. Windows color (decimal): -12757425 or 5199421. OLE color: 5199421.

HSL color Cylindrical-coordinate representation of color #3D564F: hue angle of 163.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D564F is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 61 86 79 -
CMYK 0.29 0 0.08 0.66
HSL 163.2º 0.17% 0.29% -
HSV(B) 163.2º 0.29% 0.34% -
XYZ 6.66 8.21 8.63 -
YUV 77.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 61 86 79 0.29 0 0.08 0.66 163.2 0.17 0.29
Hex 3D 56 4F 1D 0 8 42 A3 11 1D
Octal 75 126 117 35 0 10 102 243 21 35
Binary 111101 1010110 1001111 11101 0 1000 1000010 10100011 10001 11101

Color Harmonies of #3D564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D564F

Black with #3D564F

Text Example


Text Example

White with #3D564F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,86,79); }

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

background-color css

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

 a { background-color: rgb(61,86,79); }

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

border-color css

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

 span { border-color: rgb(61,86,79); }

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