Html Css Color HEX #375349 Corduroy

📋 copy color: '#375349'

red 55 ◦ green 83 ◦ blue 73

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

Shades of Corduroy #375349

Tints of Corduroy #375349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.34%

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

R = 26.07%
G = 39.34%
B = 34.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#375349 (or 0x375349) is known color: Corduroy. HEX triplet: 37, 53 and 49. RGB value is (55,83,73). Sum of RGB (Red+Green+Blue) = 55+83+73=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #375349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375349 is #C8ACB6. Grayscale: #494949. Windows color (decimal): -13151415 or 4805431. OLE color: 4805431.

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

Color convert

RGB 55 83 73 -
CMYK 0.34 0 0.12 0.67
HSL 158.57º 0.2% 0.27% -
HSV(B) 158.57º 0.34% 0.33% -
XYZ 5.87 7.48 7.44 -
YUV 73.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 55 83 73 0.34 0 0.12 0.67 158.57 0.2 0.27
Hex 37 53 49 22 0 C 43 9F 14 1B
Octal 67 123 111 42 0 14 103 237 24 33
Binary 110111 1010011 1001001 100010 0 1100 1000011 10011111 10100 11011

Color Harmonies of #375349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375349

Black with #375349

Text Example


Text Example

White with #375349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375349; }

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

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

background-color css

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

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

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

border-color css

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

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

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