Html Css Color HEX #375047 Corduroy

📋 copy color: '#375047'

red 55 ◦ green 80 ◦ blue 71

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

Shades of Corduroy #375047

Tints of Corduroy #375047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.47%

R = 26.7%
G = 38.83%
B = 34.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#375047 (or 0x375047) is known color: Corduroy. HEX triplet: 37, 50 and 47. RGB value is (55,80,71). Sum of RGB (Red+Green+Blue) = 55+80+71=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #375047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375047 is #C8AFB8. Grayscale: #474747. Windows color (decimal): -13152185 or 4673591. OLE color: 4673591.

HSL color Cylindrical-coordinate representation of color #375047: hue angle of 158.4º 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 #375047 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 80 71 -
CMYK 0.31 0 0.11 0.69
HSL 158.4º 0.19% 0.26% -
HSV(B) 158.4º 0.31% 0.31% -
XYZ 5.58 7 7.02 -
YUV 71.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 55 80 71 0.31 0 0.11 0.69 158.4 0.19 0.26
Hex 37 50 47 1F 0 B 45 9E 13 1A
Octal 67 120 107 37 0 13 105 236 23 32
Binary 110111 1010000 1000111 11111 0 1011 1000101 10011110 10011 11010

Color Harmonies of #375047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375047

Black with #375047

Text Example


Text Example

White with #375047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375047; }

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

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

background-color css

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

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

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

border-color css

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

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

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