Html Css Color HEX #3D514C Corduroy

📋 copy color: '#3D514C'

red 61 ◦ green 81 ◦ blue 76

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

Shades of Corduroy #3D514C

Tints of Corduroy #3D514C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.86%

R = 27.98%
G = 37.16%
B = 34.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#3D514C (or 0x3D514C) is known color: Corduroy. HEX triplet: 3D, 51 and 4C. RGB value is (61,81,76). Sum of RGB (Red+Green+Blue) = 61+81+76=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 81 - color contains mainly: green. Hex color #3D514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D514C is #C2AEB3. Grayscale: #4A4A4A. Windows color (decimal): -12758708 or 5001533. OLE color: 5001533.

HSL color Cylindrical-coordinate representation of color #3D514C: hue angle of 165º 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 #3D514C is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 61 81 76 -
CMYK 0.25 0 0.06 0.68
HSL 165º 0.14% 0.28% -
HSV(B) 165º 0.25% 0.32% -
XYZ 6.17 7.4 7.94 -
YUV 74.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 61 81 76 0.25 0 0.06 0.68 165 0.14 0.28
Hex 3D 51 4C 19 0 6 44 A5 E 1C
Octal 75 121 114 31 0 6 104 245 16 34
Binary 111101 1010001 1001100 11001 0 110 1000100 10100101 1110 11100

Color Harmonies of #3D514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D514C

Black with #3D514C

Text Example


Text Example

White with #3D514C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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