Html Css Color HEX #375248 Corduroy

📋 copy color: '#375248'

red 55 ◦ green 82 ◦ blue 72

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

Shades of Corduroy #375248

Tints of Corduroy #375248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 26.32%
G = 39.23%
B = 34.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#375248 (or 0x375248) is known color: Corduroy. HEX triplet: 37, 52 and 48. RGB value is (55,82,72). Sum of RGB (Red+Green+Blue) = 55+82+72=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #375248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375248 is #C8ADB7. Grayscale: #484848. Windows color (decimal): -13151672 or 4739639. OLE color: 4739639.

HSL color Cylindrical-coordinate representation of color #375248: hue angle of 157.78º 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 #375248 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 82 72 -
CMYK 0.33 0 0.12 0.68
HSL 157.78º 0.2% 0.27% -
HSV(B) 157.78º 0.33% 0.32% -
XYZ 5.76 7.31 7.24 -
YUV 72.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 55 82 72 0.33 0 0.12 0.68 157.78 0.2 0.27
Hex 37 52 48 21 0 C 44 9E 14 1B
Octal 67 122 110 41 0 14 104 236 24 33
Binary 110111 1010010 1001000 100001 0 1100 1000100 10011110 10100 11011

Color Harmonies of #375248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375248

Black with #375248

Text Example


Text Example

White with #375248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375248; }

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

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

background-color css

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

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

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

border-color css

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

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

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