Html Css Color HEX #3F634B Feldgrau

📋 copy color: '#3F634B'

red 63 ◦ green 99 ◦ blue 75

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

Shades of Feldgrau #3F634B

Tints of Feldgrau #3F634B

RGB

 RED value IS 63 (25% from 255) = 26.58%

 GREEN value IS 99 (39.06% from 255) = 41.77%

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

R = 26.58%
G = 41.77%
B = 31.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#3F634B (or 0x3F634B) is known color: Feldgrau. HEX triplet: 3F, 63 and 4B. RGB value is (63,99,75). Sum of RGB (Red+Green+Blue) = 63+99+75=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #3F634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F634B is #C09CB4. Grayscale: #555555. Windows color (decimal): -12623029 or 4940607. OLE color: 4940607.

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

Color convert

RGB 63 99 75 -
CMYK 0.36 0 0.24 0.61
HSL 140º 0.22% 0.32% -
HSV(B) 140º 0.36% 0.39% -
XYZ 7.78 10.49 8.27 -
YUV 85.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 63 99 75 0.36 0 0.24 0.61 140 0.22 0.32
Hex 3F 63 4B 24 0 18 3D 8C 16 20
Octal 77 143 113 44 0 30 75 214 26 40
Binary 111111 1100011 1001011 100100 0 11000 111101 10001100 10110 100000

Color Harmonies of #3F634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F634B

Black with #3F634B

Text Example


Text Example

White with #3F634B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,99,75); }

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

background-color css

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

 a { background-color: rgb(63,99,75); }

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

border-color css

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

 span { border-color: rgb(63,99,75); }

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