Html Css Color HEX #39504A Corduroy

📋 copy color: '#39504A'

red 57 ◦ green 80 ◦ blue 74

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

Shades of Corduroy #39504A

Tints of Corduroy #39504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 27.01%
G = 37.91%
B = 35.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#39504A (or 0x39504A) is known color: Corduroy. HEX triplet: 39, 50 and 4A. RGB value is (57,80,74). Sum of RGB (Red+Green+Blue) = 57+80+74=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 80 - color contains mainly: green. Hex color #39504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39504A is #C6AFB5. Grayscale: #484848. Windows color (decimal): -13021110 or 4870201. OLE color: 4870201.

HSL color Cylindrical-coordinate representation of color #39504A: hue angle of 164.35º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #39504A is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 80 74 -
CMYK 0.29 0 0.08 0.69
HSL 164.35º 0.17% 0.27% -
HSV(B) 164.35º 0.29% 0.31% -
XYZ 5.79 7.1 7.54 -
YUV 72.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 57 80 74 0.29 0 0.08 0.69 164.35 0.17 0.27
Hex 39 50 4A 1D 0 8 45 A4 11 1B
Octal 71 120 112 35 0 10 105 244 21 33
Binary 111001 1010000 1001010 11101 0 1000 1000101 10100100 10001 11011

Color Harmonies of #39504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39504A

Black with #39504A

Text Example


Text Example

White with #39504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39504A; }

 p { color: rgb(57,80,74); }

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

background-color css

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

 a { background-color: rgb(57,80,74); }

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

border-color css

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

 span { border-color: rgb(57,80,74); }

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