Html Css Color HEX #37514A Corduroy

📋 copy color: '#37514A'

red 55 ◦ green 81 ◦ blue 74

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

Shades of Corduroy #37514A

Tints of Corduroy #37514A

RGB

 RED value IS 55 (21.88% from 255) = 26.19%

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

 BLUE value IS 74 (29.3% from 255) = 35.24%

R = 26.19%
G = 38.57%
B = 35.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#37514A (or 0x37514A) is known color: Corduroy. HEX triplet: 37, 51 and 4A. RGB value is (55,81,74). Sum of RGB (Red+Green+Blue) = 55+81+74=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #37514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37514A is #C8AEB5. Grayscale: #484848. Windows color (decimal): -13151926 or 4870455. OLE color: 4870455.

HSL color Cylindrical-coordinate representation of color #37514A: hue angle of 163.85º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #37514A is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 81 74 -
CMYK 0.32 0 0.09 0.68
HSL 163.85º 0.19% 0.27% -
HSV(B) 163.85º 0.32% 0.32% -
XYZ 5.75 7.19 7.56 -
YUV 72.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 55 81 74 0.32 0 0.09 0.68 163.85 0.19 0.27
Hex 37 51 4A 20 0 9 44 A4 13 1B
Octal 67 121 112 40 0 11 104 244 23 33
Binary 110111 1010001 1001010 100000 0 1001 1000100 10100100 10011 11011

Color Harmonies of #37514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37514A

Black with #37514A

Text Example


Text Example

White with #37514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37514A; }

 p { color: rgb(55,81,74); }

 H1.HeaderClassName
 {
   color: #37514A;
 }
 .AnyTagClassName
 {
   color: #37514A;
 }
</style>

background-color css

<style>
 a { background-color: #37514A; }

 a { background-color: rgb(55,81,74); }

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

border-color css

<style>
 span { border-color: #37514A; }

 span { border-color: rgb(55,81,74); }

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