Html Css Color HEX #3E684B Feldgrau

📋 copy color: '#3E684B'

red 62 ◦ green 104 ◦ blue 75

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

Shades of Feldgrau #3E684B

Tints of Feldgrau #3E684B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.15%

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

R = 25.73%
G = 43.15%
B = 31.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#3E684B (or 0x3E684B) is known color: Feldgrau. HEX triplet: 3E, 68 and 4B. RGB value is (62,104,75). Sum of RGB (Red+Green+Blue) = 62+104+75=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #3E684B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E684B is #C197B4. Grayscale: #585858. Windows color (decimal): -12687285 or 4941886. OLE color: 4941886.

HSL color Cylindrical-coordinate representation of color #3E684B: hue angle of 138.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E684B is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 62 104 75 -
CMYK 0.40 0 0.28 0.59
HSL 138.57º 0.25% 0.33% -
HSV(B) 138.57º 0.4% 0.41% -
XYZ 8.21 11.43 8.43 -
YUV 88.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 62 104 75 0.40 0 0.28 0.59 138.57 0.25 0.33
Hex 3E 68 4B 28 0 1C 3B 8B 19 21
Octal 76 150 113 50 0 34 73 213 31 41
Binary 111110 1101000 1001011 101000 0 11100 111011 10001011 11001 100001

Color Harmonies of #3E684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E684B

Black with #3E684B

Text Example


Text Example

White with #3E684B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,104,75); }

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

background-color css

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

 a { background-color: rgb(62,104,75); }

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

border-color css

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

 span { border-color: rgb(62,104,75); }

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