Html Css Color HEX #39514B Corduroy

📋 copy color: '#39514B'

red 57 ◦ green 81 ◦ blue 75

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

Shades of Corduroy #39514B

Tints of Corduroy #39514B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.03%

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 26.76%
G = 38.03%
B = 35.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#39514B (or 0x39514B) is known color: Corduroy. HEX triplet: 39, 51 and 4B. RGB value is (57,81,75). Sum of RGB (Red+Green+Blue) = 57+81+75=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 81 - color contains mainly: green. Hex color #39514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39514B is #C6AEB4. Grayscale: #494949. Windows color (decimal): -13020853 or 4935993. OLE color: 4935993.

HSL color Cylindrical-coordinate representation of color #39514B: hue angle of 165º degrees, saturation: 0.17, 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 #39514B is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 81 75 -
CMYK 0.30 0 0.07 0.68
HSL 165º 0.17% 0.27% -
HSV(B) 165º 0.3% 0.32% -
XYZ 5.9 7.26 7.75 -
YUV 73.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 57 81 75 0.30 0 0.07 0.68 165 0.17 0.27
Hex 39 51 4B 1E 0 7 44 A5 11 1B
Octal 71 121 113 36 0 7 104 245 21 33
Binary 111001 1010001 1001011 11110 0 111 1000100 10100101 10001 11011

Color Harmonies of #39514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39514B

Black with #39514B

Text Example


Text Example

White with #39514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39514B; }

 p { color: rgb(57,81,75); }

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

background-color css

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

 a { background-color: rgb(57,81,75); }

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

border-color css

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

 span { border-color: rgb(57,81,75); }

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