Html Css Color HEX #3E664B Feldgrau

📋 copy color: '#3E664B'

red 62 ◦ green 102 ◦ blue 75

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

Shades of Feldgrau #3E664B

Tints of Feldgrau #3E664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.68%

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

R = 25.94%
G = 42.68%
B = 31.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#3E664B (or 0x3E664B) is known color: Feldgrau. HEX triplet: 3E, 66 and 4B. RGB value is (62,102,75). Sum of RGB (Red+Green+Blue) = 62+102+75=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #3E664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E664B is #C199B4. Grayscale: #575757. Windows color (decimal): -12687797 or 4941374. OLE color: 4941374.

HSL color Cylindrical-coordinate representation of color #3E664B: hue angle of 139.5º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E664B is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 62 102 75 -
CMYK 0.39 0 0.26 0.6
HSL 139.5º 0.24% 0.32% -
HSV(B) 139.5º 0.39% 0.4% -
XYZ 8.01 11.03 8.36 -
YUV 86.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 62 102 75 0.39 0 0.26 0.6 139.5 0.24 0.32
Hex 3E 66 4B 27 0 1A 3C 8C 18 20
Octal 76 146 113 47 0 32 74 214 30 40
Binary 111110 1100110 1001011 100111 0 11010 111100 10001100 11000 100000

Color Harmonies of #3E664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E664B

Black with #3E664B

Text Example


Text Example

White with #3E664B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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