Html Css Color HEX #3C684A Feldgrau

📋 copy color: '#3C684A'

red 60 ◦ green 104 ◦ blue 74

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

Shades of Feldgrau #3C684A

Tints of Feldgrau #3C684A

RGB

 RED value IS 60 (23.83% from 255) = 25.21%

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

 BLUE value IS 74 (29.3% from 255) = 31.09%

R = 25.21%
G = 43.7%
B = 31.09%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#3C684A (or 0x3C684A) is known color: Feldgrau. HEX triplet: 3C, 68 and 4A. RGB value is (60,104,74). Sum of RGB (Red+Green+Blue) = 60+104+74=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #3C684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C684A is #C397B5. Grayscale: #575757. Windows color (decimal): -12818358 or 4876348. OLE color: 4876348.

HSL color Cylindrical-coordinate representation of color #3C684A: hue angle of 139.09º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C684A is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 60 104 74 -
CMYK 0.42 0 0.29 0.59
HSL 139.09º 0.27% 0.32% -
HSV(B) 139.09º 0.42% 0.41% -
XYZ 8.05 11.36 8.25 -
YUV 87.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 60 104 74 0.42 0 0.29 0.59 139.09 0.27 0.32
Hex 3C 68 4A 2A 0 1D 3B 8B 1B 20
Octal 74 150 112 52 0 35 73 213 33 40
Binary 111100 1101000 1001010 101010 0 11101 111011 10001011 11011 100000

Color Harmonies of #3C684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C684A

Black with #3C684A

Text Example


Text Example

White with #3C684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,104,74); }

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

background-color css

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

 a { background-color: rgb(60,104,74); }

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

border-color css

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

 span { border-color: rgb(60,104,74); }

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