Html Css Color HEX #39544E Corduroy

📋 copy color: '#39544E'

red 57 ◦ green 84 ◦ blue 78

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

Shades of Corduroy #39544E

Tints of Corduroy #39544E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.36%

 BLUE value IS 78 (30.86% from 255) = 35.62%

R = 26.03%
G = 38.36%
B = 35.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#39544E (or 0x39544E) is known color: Corduroy. HEX triplet: 39, 54 and 4E. RGB value is (57,84,78). Sum of RGB (Red+Green+Blue) = 57+84+78=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #39544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39544E is #C6ABB1. Grayscale: #4B4B4B. Windows color (decimal): -13020082 or 5133369. OLE color: 5133369.

HSL color Cylindrical-coordinate representation of color #39544E: hue angle of 166.67º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #39544E is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 84 78 -
CMYK 0.32 0 0.07 0.67
HSL 166.67º 0.19% 0.28% -
HSV(B) 166.67º 0.32% 0.33% -
XYZ 6.23 7.76 8.38 -
YUV 75.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 57 84 78 0.32 0 0.07 0.67 166.67 0.19 0.28
Hex 39 54 4E 20 0 7 43 A7 13 1C
Octal 71 124 116 40 0 7 103 247 23 34
Binary 111001 1010100 1001110 100000 0 111 1000011 10100111 10011 11100

Color Harmonies of #39544E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39544E

Black with #39544E

Text Example


Text Example

White with #39544E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39544E; }

 p { color: rgb(57,84,78); }

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

background-color css

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

 a { background-color: rgb(57,84,78); }

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

border-color css

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

 span { border-color: rgb(57,84,78); }

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