Html Css Color HEX #395249 Corduroy

📋 copy color: '#395249'

red 57 ◦ green 82 ◦ blue 73

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

Shades of Corduroy #395249

Tints of Corduroy #395249

RGB

 RED value IS 57 (22.66% from 255) = 26.89%

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

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

R = 26.89%
G = 38.68%
B = 34.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#395249 (or 0x395249) is known color: Corduroy. HEX triplet: 39, 52 and 49. RGB value is (57,82,73). Sum of RGB (Red+Green+Blue) = 57+82+73=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #395249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395249 is #C6ADB6. Grayscale: #494949. Windows color (decimal): -13020599 or 4805177. OLE color: 4805177.

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

Color convert

RGB 57 82 73 -
CMYK 0.30 0 0.11 0.68
HSL 158.4º 0.18% 0.27% -
HSV(B) 158.4º 0.3% 0.32% -
XYZ 5.91 7.39 7.42 -
YUV 73.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 57 82 73 0.30 0 0.11 0.68 158.4 0.18 0.27
Hex 39 52 49 1E 0 B 44 9E 12 1B
Octal 71 122 111 36 0 13 104 236 22 33
Binary 111001 1010010 1001001 11110 0 1011 1000100 10011110 10010 11011

Color Harmonies of #395249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395249

Black with #395249

Text Example


Text Example

White with #395249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395249; }

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

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

background-color css

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

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

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

border-color css

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

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

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