Html Css Color HEX #37514B Corduroy

📋 copy color: '#37514B'

red 55 ◦ green 81 ◦ blue 75

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

Shades of Corduroy #37514B

Tints of Corduroy #37514B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.55%

R = 26.07%
G = 38.39%
B = 35.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#37514B (or 0x37514B) is known color: Corduroy. HEX triplet: 37, 51 and 4B. RGB value is (55,81,75). Sum of RGB (Red+Green+Blue) = 55+81+75=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 81 - color contains mainly: green. Hex color #37514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37514B is #C8AEB4. Grayscale: #484848. Windows color (decimal): -13151925 or 4935991. OLE color: 4935991.

HSL color Cylindrical-coordinate representation of color #37514B: hue angle of 166.15º 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 #37514B is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 81 75 -
CMYK 0.32 0 0.07 0.68
HSL 166.15º 0.19% 0.27% -
HSV(B) 166.15º 0.32% 0.32% -
XYZ 5.79 7.21 7.74 -
YUV 72.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 55 81 75 0.32 0 0.07 0.68 166.15 0.19 0.27
Hex 37 51 4B 20 0 7 44 A6 13 1B
Octal 67 121 113 40 0 7 104 246 23 33
Binary 110111 1010001 1001011 100000 0 111 1000100 10100110 10011 11011

Color Harmonies of #37514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37514B

Black with #37514B

Text Example


Text Example

White with #37514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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