Html Css Color HEX #39554E Corduroy

📋 copy color: '#39554E'

red 57 ◦ green 85 ◦ blue 78

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

Shades of Corduroy #39554E

Tints of Corduroy #39554E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.64%

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

R = 25.91%
G = 38.64%
B = 35.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#39554E (or 0x39554E) is known color: Corduroy. HEX triplet: 39, 55 and 4E. RGB value is (57,85,78). Sum of RGB (Red+Green+Blue) = 57+85+78=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #39554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39554E is #C6AAB1. Grayscale: #4B4B4B. Windows color (decimal): -13019826 or 5133625. OLE color: 5133625.

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

Color convert

RGB 57 85 78 -
CMYK 0.33 0 0.08 0.67
HSL 165º 0.2% 0.28% -
HSV(B) 165º 0.33% 0.33% -
XYZ 6.31 7.92 8.4 -
YUV 75.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 57 85 78 0.33 0 0.08 0.67 165 0.2 0.28
Hex 39 55 4E 21 0 8 43 A5 14 1C
Octal 71 125 116 41 0 10 103 245 24 34
Binary 111001 1010101 1001110 100001 0 1000 1000011 10100101 10100 11100

Color Harmonies of #39554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39554E

Black with #39554E

Text Example


Text Example

White with #39554E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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