Html Css Color HEX #3D514D Corduroy

📋 copy color: '#3D514D'

red 61 ◦ green 81 ◦ blue 77

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

Shades of Corduroy #3D514D

Tints of Corduroy #3D514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.99%

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

R = 27.85%
G = 36.99%
B = 35.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#3D514D (or 0x3D514D) is known color: Corduroy. HEX triplet: 3D, 51 and 4D. RGB value is (61,81,77). Sum of RGB (Red+Green+Blue) = 61+81+77=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 81 - color contains mainly: green. Hex color #3D514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D514D is #C2AEB2. Grayscale: #4A4A4A. Windows color (decimal): -12758707 or 5067069. OLE color: 5067069.

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

Color convert

RGB 61 81 77 -
CMYK 0.25 0 0.05 0.68
HSL 168º 0.14% 0.28% -
HSV(B) 168º 0.25% 0.32% -
XYZ 6.21 7.41 8.12 -
YUV 74.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 61 81 77 0.25 0 0.05 0.68 168 0.14 0.28
Hex 3D 51 4D 19 0 5 44 A8 E 1C
Octal 75 121 115 31 0 5 104 250 16 34
Binary 111101 1010001 1001101 11001 0 101 1000100 10101000 1110 11100

Color Harmonies of #3D514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D514D

Black with #3D514D

Text Example


Text Example

White with #3D514D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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