Html Css Color HEX #3D694B Feldgrau

📋 copy color: '#3D694B'

red 61 ◦ green 105 ◦ blue 75

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

Shades of Feldgrau #3D694B

Tints of Feldgrau #3D694B

RGB

 RED value IS 61 (24.22% from 255) = 25.31%

 GREEN value IS 105 (41.41% from 255) = 43.57%

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

R = 25.31%
G = 43.57%
B = 31.12%

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

#3D694B (or 0x3D694B) is known color: Feldgrau. HEX triplet: 3D, 69 and 4B. RGB value is (61,105,75). Sum of RGB (Red+Green+Blue) = 61+105+75=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #3D694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D694B is #C296B4. Grayscale: #585858. Windows color (decimal): -12752565 or 4942141. OLE color: 4942141.

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

Color convert

RGB 61 105 75 -
CMYK 0.42 0 0.29 0.59
HSL 139.09º 0.27% 0.33% -
HSV(B) 139.09º 0.42% 0.41% -
XYZ 8.25 11.6 8.46 -
YUV 88.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 61 105 75 0.42 0 0.29 0.59 139.09 0.27 0.33
Hex 3D 69 4B 2A 0 1D 3B 8B 1B 21
Octal 75 151 113 52 0 35 73 213 33 41
Binary 111101 1101001 1001011 101010 0 11101 111011 10001011 11011 100001

Color Harmonies of #3D694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D694B

Black with #3D694B

Text Example


Text Example

White with #3D694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,105,75); }

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

background-color css

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

 a { background-color: rgb(61,105,75); }

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

border-color css

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

 span { border-color: rgb(61,105,75); }

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