Html Css Color HEX #37504A Corduroy

📋 copy color: '#37504A'

red 55 ◦ green 80 ◦ blue 74

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

Shades of Corduroy #37504A

Tints of Corduroy #37504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.28%

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

R = 26.32%
G = 38.28%
B = 35.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#37504A (or 0x37504A) is known color: Corduroy. HEX triplet: 37, 50 and 4A. RGB value is (55,80,74). Sum of RGB (Red+Green+Blue) = 55+80+74=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #37504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37504A is #C8AFB5. Grayscale: #474747. Windows color (decimal): -13152182 or 4870199. OLE color: 4870199.

HSL color Cylindrical-coordinate representation of color #37504A: hue angle of 165.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #37504A is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 80 74 -
CMYK 0.31 0 0.08 0.69
HSL 165.6º 0.19% 0.26% -
HSV(B) 165.6º 0.31% 0.31% -
XYZ 5.68 7.04 7.54 -
YUV 71.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 55 80 74 0.31 0 0.08 0.69 165.6 0.19 0.26
Hex 37 50 4A 1F 0 8 45 A6 13 1A
Octal 67 120 112 37 0 10 105 246 23 32
Binary 110111 1010000 1001010 11111 0 1000 1000101 10100110 10011 11010

Color Harmonies of #37504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37504A

Black with #37504A

Text Example


Text Example

White with #37504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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