Html Css Color HEX #394D45 Corduroy

📋 copy color: '#394D45'

red 57 ◦ green 77 ◦ blue 69

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

Shades of Corduroy #394D45

Tints of Corduroy #394D45

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.93%

 BLUE value IS 69 (27.34% from 255) = 33.99%

R = 28.08%
G = 37.93%
B = 33.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#394D45 (or 0x394D45) is known color: Corduroy. HEX triplet: 39, 4D and 45. RGB value is (57,77,69). Sum of RGB (Red+Green+Blue) = 57+77+69=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #394D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D45 is #C6B2BA. Grayscale: #464646. Windows color (decimal): -13021883 or 4541753. OLE color: 4541753.

HSL color Cylindrical-coordinate representation of color #394D45: hue angle of 156º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #394D45 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 77 69 -
CMYK 0.26 0 0.10 0.70
HSL 156º 0.15% 0.26% -
HSV(B) 156º 0.26% 0.3% -
XYZ 5.42 6.61 6.62 -
YUV 70.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 57 77 69 0.26 0 0.10 0.70 156 0.15 0.26
Hex 39 4D 45 1A 0 A 46 9C F 1A
Octal 71 115 105 32 0 12 106 234 17 32
Binary 111001 1001101 1000101 11010 0 1010 1000110 10011100 1111 11010

Color Harmonies of #394D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D45

Black with #394D45

Text Example


Text Example

White with #394D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394D45; }

 p { color: rgb(57,77,69); }

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

background-color css

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

 a { background-color: rgb(57,77,69); }

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

border-color css

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

 span { border-color: rgb(57,77,69); }

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