Html Css Color HEX #3E534E Corduroy

📋 copy color: '#3E534E'

red 62 ◦ green 83 ◦ blue 78

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

Shades of Corduroy #3E534E

Tints of Corduroy #3E534E

RGB

 RED value IS 62 (24.61% from 255) = 27.8%

 GREEN value IS 83 (32.81% from 255) = 37.22%

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

R = 27.8%
G = 37.22%
B = 34.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#3E534E (or 0x3E534E) is known color: Corduroy. HEX triplet: 3E, 53 and 4E. RGB value is (62,83,78). Sum of RGB (Red+Green+Blue) = 62+83+78=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #3E534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E534E is #C1ACB1. Grayscale: #4C4C4C. Windows color (decimal): -12692658 or 5133118. OLE color: 5133118.

HSL color Cylindrical-coordinate representation of color #3E534E: hue angle of 165.71º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E534E is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 83 78 -
CMYK 0.25 0 0.06 0.67
HSL 165.71º 0.14% 0.28% -
HSV(B) 165.71º 0.25% 0.33% -
XYZ 6.46 7.76 8.37 -
YUV 76.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 62 83 78 0.25 0 0.06 0.67 165.71 0.14 0.28
Hex 3E 53 4E 19 0 6 43 A6 E 1C
Octal 76 123 116 31 0 6 103 246 16 34
Binary 111110 1010011 1001110 11001 0 110 1000011 10100110 1110 11100

Color Harmonies of #3E534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E534E

Black with #3E534E

Text Example


Text Example

White with #3E534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E534E; }

 p { color: rgb(62,83,78); }

 H1.HeaderClassName
 {
   color: #3E534E;
 }
 .AnyTagClassName
 {
   color: #3E534E;
 }
</style>

background-color css

<style>
 a { background-color: #3E534E; }

 a { background-color: rgb(62,83,78); }

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

border-color css

<style>
 span { border-color: #3E534E; }

 span { border-color: rgb(62,83,78); }

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