Html Css Color HEX #375249 Corduroy

📋 copy color: '#375249'

red 55 ◦ green 82 ◦ blue 73

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

Shades of Corduroy #375249

Tints of Corduroy #375249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.05%

 BLUE value IS 73 (28.91% from 255) = 34.76%

R = 26.19%
G = 39.05%
B = 34.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#375249 (or 0x375249) is known color: Corduroy. HEX triplet: 37, 52 and 49. RGB value is (55,82,73). Sum of RGB (Red+Green+Blue) = 55+82+73=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 82 - color contains mainly: green. Hex color #375249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375249 is #C8ADB6. Grayscale: #484848. Windows color (decimal): -13151671 or 4805175. OLE color: 4805175.

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

Color convert

RGB 55 82 73 -
CMYK 0.33 0 0.11 0.68
HSL 160º 0.2% 0.27% -
HSV(B) 160º 0.33% 0.32% -
XYZ 5.8 7.33 7.41 -
YUV 72.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 55 82 73 0.33 0 0.11 0.68 160 0.2 0.27
Hex 37 52 49 21 0 B 44 A0 14 1B
Octal 67 122 111 41 0 13 104 240 24 33
Binary 110111 1010010 1001001 100001 0 1011 1000100 10100000 10100 11011

Color Harmonies of #375249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375249

Black with #375249

Text Example


Text Example

White with #375249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375249; }

 p { color: rgb(55,82,73); }

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

background-color css

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

 a { background-color: rgb(55,82,73); }

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

border-color css

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

 span { border-color: rgb(55,82,73); }

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